3 implementations of Precision
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
34byte IDbDataParameter.Precision
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
240public new byte Precision
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
363public new byte Precision { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
1 write to Precision
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
49set { ((IDbDataParameter)this).Precision = value; }
1 reference to Precision
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
48get { return ((IDbDataParameter)this).Precision; }