Gets or sets a base type.

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

Syntax

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

See Also