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)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
365
public new byte
Scale
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
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
; }