Gets or sets DataType of a column.

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

Syntax

C#
public DataType DataType { get; set; }
Visual Basic (Declaration)
Public Property DataType As DataType
Visual C++
public:
property DataType^ DataType {
	DataType^ get ();
	void set (DataType^ value);
}

See Also