7 references to MetaDecimal
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (5)
180case SqlDbType.Decimal: return MetaDecimal; 231case DbType.Decimal: return MetaDecimal; 329return MetaDecimal; 381case TypeCode.Decimal: return MetaDecimal; 674case TdsEnums.SQLNUMERICN: return MetaDecimal;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8876stateObj.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