MySqlDecimal.Precision Property

MySQL Connector/Net

MySqlDecimalPrecision Property

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

Property Value

Type: Byte
See Also