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