3 references to SqlDecimal
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (3)
257Debug.Assert(StorageType.SqlDecimal == _type, "Wrong storage type: " + _type); 265_type = StorageType.SqlDecimal; 364case StorageType.SqlDecimal: return new SmiMetaData(SqlDbType.Decimal, 17, ((SqlDecimal)_object).Precision, ((SqlDecimal)_object).Scale, 0, SqlCompareOptions.None, null);