MySqlParameter.Precision Property

MySQL Connector/Net

MySqlParameterPrecision Property
Gets or sets the maximum number of digits used to represent the Value property.

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

Property Value

Type: Byte

Implements

IDbDataParameterPrecision
See Also