Gets or sets column the default value is set for.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public TableColumn Column { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Column As TableColumn |
Visual C++ |
---|
public: property TableColumn^ Column { TableColumn^ get (); void set (TableColumn^ value); } |