Gets or sets the numeric scale.

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

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

See Also