7 references to MetaDecimal
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (5)
180
case SqlDbType.Decimal: return
MetaDecimal
;
231
case DbType.Decimal: return
MetaDecimal
;
329
return
MetaDecimal
;
381
case TypeCode.Decimal: return
MetaDecimal
;
674
case TdsEnums.SQLNUMERICN: return
MetaDecimal
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8876
stateObj.WriteByte(checked((byte)MetaType.
MetaDecimal
.FixedLength)); // SmiMetaData's length and actual wire format's length are different
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
472
_stateObj.WriteByte(checked((byte)MetaType.
MetaDecimal
.FixedLength)); // SmiMetaData's length and actual wire format's length are different