MySqlDecimal.Scale Property

MySQL Connector/Net

MySqlDecimalScale Property

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public byte Scale { get; set; }
Public Property Scale As Byte
	Get
	Set
public:
property unsigned char Scale {
	unsigned char get ();
	void set (unsigned char value);
}
member Scale : byte with get, set

Property Value

Type: Byte
See Also