Click or drag to resize

IMongoClientListDatabases Method

Overload List
  NameDescription
Public methodListDatabases(CancellationToken)
Lists the databases on the server.
Public methodListDatabases(IClientSessionHandle, CancellationToken)
Lists the databases on the server.
Public methodListDatabases(ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
Public methodListDatabases(IClientSessionHandle, ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
Top
See Also