6 references to Default
System.Data.Linq (6)
SqlClient\Common\SqlFactory.cs (5)
508
return new SqlMember(clrType, this.
Default
(clrType), expr, member);
522
return new SqlMethodCall(method.ReturnType, this.
Default
(method.ReturnType), method, obj, args, sourceExpression);
526
return new SqlMethodCall(returnType, this.
Default
(returnType), method, obj, args, sourceExpression);
565
return new SqlFunctionCall(clrType,
Default
(clrType), name, args, source);
574
return new SqlTableValuedFunctionCall(rowType, clrType,
Default
(clrType), name, args, source);
SqlClient\Query\SqlMethodCallConverter.cs (1)
2234
sql.Add(new SqlVariable(typeof(int), sql.
Default
(typeof(int)), "@@DATEFIRST", source), 6)