Table of Contents

Method WithBookmarks

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

WithBookmarks(params Bookmark[])

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

[Obsolete("Replaced by WithBookmarks. Will be removed in 6.0.")]
public SessionConfigBuilder WithBookmarks(params Bookmark[] bookmark)

Parameters

bookmark Bookmark[]

the initial bookmarks

Returns

SessionConfigBuilder

this SessionConfigBuilder instance

See Also

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