4 references to SqlClientArray
System.Data.Linq (4)
SqlClient\Query\QueryConverter.cs (3)
359
var sca = new
SqlClientArray
(typeof(object[]), this.typeProvider.From(typeof(object[])), args, this.dominatingExpression);
2687
return new
SqlClientArray
(arr.Type, this.typeProvider.From(arr.Type), exprs, this.dominatingExpression);
2705
return new
SqlClientArray
(list.Type, this.typeProvider.From(list.Type), exprs, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
110
return new
SqlClientArray
(scar.ClrType, scar.SqlType, exprs, scar.SourceExpression);