MySqlParameter.Scale Property

MySQL Connector/Net

MySqlParameterScale Property
Gets or sets the number of decimal places to which Value is resolved.

Namespace: MySql.Data.MySqlClient
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:
virtual property unsigned char Scale {
	unsigned char get () sealed;
	void set (unsigned char value) sealed;
}
abstract Scale : byte with get, set
override Scale : byte with get, set

Property Value

Type: Byte

Implements

IDbDataParameterScale
See Also