Gets or sets the type scale.

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

Syntax

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

See Also