3 implementations of Scale
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
40
byte IDbDataParameter.
Scale
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
276
public new byte
Scale
System.Data.OleDb (1)
OleDbParameter.cs (1)
219
public new byte
Scale
1 write to Scale
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
55
set { ((IDbDataParameter)this).
Scale
= value; }
1 reference to Scale
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
54
get { return ((IDbDataParameter)this).
Scale
; }