Table of Contents

Method WithBookmarks

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithBookmarks(params Bookmarks[])

Sets the initial bookmarks to be used by the constructed session.

public SessionConfigBuilder WithBookmarks(params Bookmarks[] bookmarks)

Parameters

bookmarks Bookmarks[]

the initial bookmarks

Returns

SessionConfigBuilder

this SessionConfigBuilder instance

See Also