VistaDB 6
VistaDB.DDA Namespace / IVistaDBDefaultValueCollection Interface
Properties Methods

In This Topic
    IVistaDBDefaultValueCollection Interface Members
    In This Topic

    The following tables list the members exposed by IVistaDBDefaultValueCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     PropertyGets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     PropertyGet a value by the index key name. Returns NULL if not found. (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBDefaultValueInformation>)
     PropertyCollection of keys for lookup (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBDefaultValueInformation>)
     PropertyValues returned by the lookup operation (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBDefaultValueInformation>)
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     MethodRemoves all items from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     MethodDetermines whether the System.Collections.Generic.ICollection`1 contains a specific value. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     MethodIs this key currently contained in the list? Used to lookup an entry. (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBDefaultValueInformation>)
     MethodCopies 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<IVistaDBDefaultValueInformation>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IVistaDBDefaultValueInformation>)
     MethodRemoves the first occurrence of a specific object from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<IVistaDBDefaultValueInformation>)
     MethodTry to get the value from the collection, if it does not exist returns false (Inherited from VistaDB.DDA.IVistaDBKeyedCollection<string,IVistaDBDefaultValueInformation>)
    Top
    See Also