2 overrides of ResultRowTypes
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
969public override ReadOnlyCollection<MetaType> ResultRowTypes {
Mapping\MappedMetaModel.cs (1)
1428public override ReadOnlyCollection<MetaType> ResultRowTypes {
6 references to ResultRowTypes
System.Data.Linq (6)
Mapping\AttributedMetaModel.cs (1)
179foreach (MetaType rt in metaFunction.ResultRowTypes) {
SqlClient\Query\QueryConverter.cs (4)
1163SqlTableValuedFunctionCall functionCall = sql.TableValuedFunctionCall(function.ResultRowTypes[0].InheritanceRoot, mce.Method.ReturnType, function.MappedName, sqlParams, mce); 1169SqlExpression projection = this.translator.BuildProjection(aref, function.ResultRowTypes[0].InheritanceRoot, this.allowDeferred, null, mce); 1195MetaType rowType = function.ResultRowTypes[0].InheritanceRoot; 2000else if (function.ResultRowTypes.Count > 0) {
SqlClient\SqlProvider.cs (1)
1982foreach (MetaType mt in function.ResultRowTypes) {