1 write to method
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1343this.method = method;
7 references to method
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (7)
1346if (map.Types.Count == 0 && this.method.ReturnType == typeof(IMultipleResults)) { 1349else if (map.Types.Count > 1 && this.method.ReturnType != typeof(IMultipleResults)) { 1352else if (map.Types.Count == 1 && this.method.ReturnType != typeof(IMultipleResults)) { 1376ParameterInfo[] pis = this.method.GetParameters(); 1411get { return this.method; } 1417get { return this.method.Name; } 1426get { return this.method.ReturnType == typeof(IMultipleResults); }