World is now on Opti ID! Learn more

Class ColumnCollection

Represents collection of Microsoft SQL Server columns.

Inheritance
System.Object
ColumnCollection
Namespace: Mediachase.BusinessFoundation.Data.Sql.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ColumnCollection : IndexedCollectionBase<Column>

Constructors

ColumnCollection()

Initializes a new instance of the ColumnCollection class.

Declaration
public ColumnCollection()