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