3 implementations of Precision
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
34
byte IDbDataParameter.
Precision
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameter.cs (1)
240
public new byte
Precision
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
363
public 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)
49
set { ((IDbDataParameter)this).
Precision
= value; }
1 reference to Precision
System.Data.Common (1)
System\Data\Common\DbParameter.cs (1)
48
get { return ((IDbDataParameter)this).
Precision
; }