IVistaDBIndexCollection Interface Members
In This Topic
The following tables list the members exposed by IVistaDBIndexCollection.
Public Properties
Public Methods
| Name | Description |
| Add | Adds an item to the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBIndexInformation>) |
| Clear | Removes all items from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBIndexInformation>) |
| Contains | Determines whether the System.Collections.Generic.ICollection`1 contains a specific value. (Inherited from System.Collections.Generic.ICollection<IVistaDBIndexInformation>) |
| ContainsKey | Is this key currently contained in the list? Used to lookup an entry. (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBIndexInformation>) |
| CopyTo | Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<IVistaDBIndexInformation>) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IVistaDBIndexInformation>) |
| Remove | Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBIndexInformation>) |
| TryGetValue | Try to get the value from the collection, if it does not exist returns false (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBIndexInformation>) |
Top
See Also