3 references to SqlValue
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
573precision = ValuePrecision(SqlValue); 609scale = ValueScale(SqlValue);
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1174sp == null ? p.Value : sp.SqlValue);