Represents the computed column in a table.

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

Syntax

C#
public sealed class ComputedColumn : TableColumn
Visual Basic (Declaration)
Public NotInheritable Class ComputedColumn _
	Inherits TableColumn
Visual C++
public ref class ComputedColumn sealed : public TableColumn

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.ColumnBase
      PerpetuumSoft.DataModel.MsSql..::.TableColumn
        PerpetuumSoft.DataModel.MsSql..::.ComputedColumn

See Also