ILite |
| Name | Description | |
|---|---|---|
| EnsureIndex(BsonExpression, Boolean) | 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 | |
| EnsureIndex(String, BsonExpression, Boolean) | 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 | |
| EnsureIndexK(ExpressionFuncT, K, Boolean) | Create a new permanent index in all documents inside this collections if index not exists already. | |
| EnsureIndexK(String, ExpressionFuncT, K, Boolean) | Create a new permanent index in all documents inside this collections if index not exists already. |