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