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