3 references to GetSequenceType
System.Data.Linq (3)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
1576Type seqType = TypeSystem.GetSequenceType(elemType);
SqlClient\SqlProvider.cs (2)
838QueryInfo[] qis = this.BuildQuery(ResultShape.Sequence, TypeSystem.GetSequenceType(elementType), query, parameters, annotations); 1680Type resultType = TypeSystem.GetSequenceType(rowType.Type);