VistaDB 6
VistaDB.DDA Namespace / IVistaDBTableNameCollection Interface
Properties Methods

In This Topic
    IVistaDBTableNameCollection Interface Members
    In This Topic

    The following tables list the members exposed by IVistaDBTableNameCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<string>)
     PropertyGets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. (Inherited from System.Collections.Generic.ICollection<string>)
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<string>)
     MethodRemoves all items from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<string>)
     MethodDetermines whether the System.Collections.Generic.ICollection`1 contains a specific value. (Inherited from System.Collections.Generic.ICollection<string>)
     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<string>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<string>)
     MethodRemoves the first occurrence of a specific object from the System.Collections.Generic.ICollection`1. (Inherited from System.Collections.Generic.ICollection<string>)
    Top
    See Also