Click or drag to resize
MongoCollectionEnsureIndex Method
Overload List
  NameDescription
Public methodEnsureIndex(String) Obsolete.
Ensures that the desired index exists and creates it if it does not.
Public methodEnsureIndex(IMongoIndexKeys) Obsolete.
Ensures that the desired index exists and creates it if it does not.
Public methodEnsureIndex(IMongoIndexKeys, IMongoIndexOptions) Obsolete.
Ensures that the desired index exists and creates it if it does not.
Top
See Also