Azavea.Open.DAO.Memory.MemoryDaLayer.IndexExists C# (CSharp) Méthode

IndexExists() public méthode

Returns whether an index with this name exists or not. NOTE: This does NOT verify what properties the index is on, merely whether an index with this name is already present.
public IndexExists ( string name, ClassMapping mapping ) : bool
name string Name of the index to check for.
mapping ClassMapping ClassMapping for the data that may be indexed.
Résultat bool
        public bool IndexExists(string name, ClassMapping mapping)
        {
            throw new NotImplementedException();
        }