With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class ColumnCollection

Represents collection of Microsoft SQL Server columns.

Inheritance
System.Object
System.Collections.ReadOnlyCollectionBase
ColumnCollection
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ReadOnlyCollectionBase.GetEnumerator()
System.Collections.ReadOnlyCollectionBase.InnerList
System.Collections.ReadOnlyCollectionBase.Count
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.IsSynchronized
System.Collections.ReadOnlyCollectionBase.System.Collections.ICollection.SyncRoot
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Sql.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class ColumnCollection : IndexedCollectionBase<Column>, ICollection, IEnumerable

Constructors

ColumnCollection()

Initializes a new instance of the ColumnCollection class.

Declaration
public ColumnCollection()

Implements

System.Collections.ICollection
System.Collections.IEnumerable