Click or drag to resize

ILiteRepositoryEnsureIndex Method

Overload List
 NameDescription
Public methodEnsureIndexT(BsonExpression, Boolean, String) Create a new permanent index in all documents inside this collections if index not exists already. Returns true if index was created or false if already exits
Public methodEnsureIndexT(String, BsonExpression, Boolean, String) Create a new permanent index in all documents inside this collections if index not exists already. Returns true if index was created or false if already exits
Public methodEnsureIndexT, K(ExpressionFuncT, K, Boolean, String) Create a new permanent index in all documents inside this collections if index not exists already.
Public methodEnsureIndexT, K(String, ExpressionFuncT, K, Boolean, String) Create a new permanent index in all documents inside this collections if index not exists already.
Top
See Also