Click or drag to resize

IMongoClientListDatabaseNamesAsync Method

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