Method | Description | |
---|---|---|
GetCollection ( string dbName, string collName ) : |
||
GetDatabase ( string dbName ) : |
||
RemoveCollection ( string dbName, string collName ) : void | ||
RemoveDatabase ( string dbName ) : void | ||
SavedAccountModel ( ) : System |
public GetCollection ( string dbName, string collName ) : |
||
dbName | string | |
collName | string | |
return |
public GetDatabase ( string dbName ) : |
||
dbName | string | |
return |
public RemoveCollection ( string dbName, string collName ) : void | ||
dbName | string | |
collName | string | |
return | void |
public RemoveDatabase ( string dbName ) : void | ||
dbName | string | |
return | void |