3 implementations of Scale
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
40byte IDbDataParameter.Scale
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
276public new byte Scale
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
365public 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)
55set { ((IDbDataParameter)this).Scale = value; }
1 reference to Scale
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
54get { return ((IDbDataParameter)this).Scale; }