Azavea.Open.DAO.Memory.MemoryDaLayer.IndexExists C# (CSharp) Method

IndexExists() public method

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.
return bool
        public bool IndexExists(string name, ClassMapping mapping)
        {
            throw new NotImplementedException();
        }