5 references to SqlValue
System.Data.Linq (5)
SqlClient\Common\SqlFactory.cs (3)
293return new SqlValue(clrType, sqlType, value, isClientSpecified, sourceExpression); 305return new SqlValue(typeof(Type), this.typeProvider.From(typeof(Type)), typeOf.Type, false, sourceExpression); 308SqlValue match = new SqlValue(type, this.typeProvider.From(type), typeOf.InheritanceCode, true, sourceExpression);
SqlClient\Query\MethodCallConverter.cs (1)
165SqlValue emptyStr = new SqlValue(strValue.ClrType, strValue.SqlType, String.Empty, strValue.IsClientSpecified, strValue.SourceExpression);
SqlClient\Query\QueryConverter.cs (1)
2601new SqlValue(mdm.Type, this.typeProvider.From(mdm.Type), mmi.CurrentValue, true, source),