7 references to Sequence
System.Data.Linq (7)
SqlClient\SqlProvider.cs (7)
826else if (qi.ResultShape == ResultShape.Sequence) { 838QueryInfo[] qis = this.BuildQuery(ResultShape.Sequence, TypeSystem.GetSequenceType(elementType), query, parameters, annotations); 908else if (qi.ResultShape == ResultShape.Sequence) { 1015case ResultShape.Sequence: 1100case ResultShape.Sequence: { 1388return ResultShape.Sequence; 1681QueryInfo[] qis = this.BuildQuery(ResultShape.Sequence, resultType, suq, null, annotations);