Click or drag to resize

IMongoClientListDatabaseNames Method

Overload List
  NameDescription
Public methodListDatabaseNames(CancellationToken)
Returns the names of the databases on the server.
Public methodListDatabaseNames(IClientSessionHandle, CancellationToken)
Returns the names of the databases on the server.
Public methodListDatabaseNames(ListDatabaseNamesOptions, CancellationToken)
Returns the names of the databases on the server.
Public methodListDatabaseNames(IClientSessionHandle, ListDatabaseNamesOptions, CancellationToken)
Returns the names of the databases on the server.
Top
See Also