Method | Description | |
---|---|---|
CreateCateogryIndex ( this repository ) : void | ||
CreateIndex ( this schema ) : void | ||
DropCollection ( this schema ) : void | ||
DropDatabase ( this repository ) : void | ||
GetCategoriesCollection ( this repository ) : MongoCollection |
||
GetCollection ( this schema ) : MongoCollection |
||
GetDatabase ( this repository ) : MongoDatabase | ||
GetServer ( ) : MongoServer |
public static CreateCateogryIndex ( this repository ) : void | ||
repository | this | |
return | void |
public static CreateIndex ( this schema ) : void | ||
schema | this | |
return | void |
public static DropCollection ( this schema ) : void | ||
schema | this | |
return | void |
public static DropDatabase ( this repository ) : void | ||
repository | this | |
return | void |
public static GetCategoriesCollection ( this repository ) : MongoCollection |
||
repository | this | |
return | MongoCollection |
public static GetCollection ( this schema ) : MongoCollection |
||
schema | this | |
return | MongoCollection |
public static GetDatabase ( this repository ) : MongoDatabase | ||
repository | this | |
return | MongoDatabase |