Method | Description | |
---|---|---|
CollectionRequestBase ( OpCodeTypes code, MongoCollection collection ) : System |
Creates a request targeting a collection
|
|
CollectionRequestBase ( OpCodeTypes code, string database, string collection ) : System |
Creates a request targeting a collection
|
|
GetDatabaseTarget ( ) : string |
Returns the full string name for the database target
|
public CollectionRequestBase ( OpCodeTypes code, MongoCollection collection ) : System | ||
code | OpCodeTypes | |
collection | MongoCollection | |
return | System |
public CollectionRequestBase ( OpCodeTypes code, string database, string collection ) : System | ||
code | OpCodeTypes | |
database | string | |
collection | string | |
return | System |