Represents a data column in a database table.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public class DataColumn : TableColumn, ISupportRulesDefaults
Visual Basic (Declaration)
Public Class DataColumn _
	Inherits TableColumn _
	Implements ISupportRulesDefaults
Visual C++
public ref class DataColumn : public TableColumn, 
	ISupportRulesDefaults

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.ColumnBase
      PerpetuumSoft.DataModel.MsSql..::.TableColumn
        PerpetuumSoft.DataModel.MsSql..::.DataColumn
          PerpetuumSoft.DataModel.MsSql..::.DataColumnSql10

See Also