1 write to map
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1342
this.
map
= map;
5 references to map
System.Data.Linq (5)
Mapping\MappedMetaModel.cs (5)
1379
if (this.
map
.Parameters.Count != pis.Length) {
1380
throw Error.IncorrectNumberOfParametersMappedForMethod(this.
map
.MethodName);
1383
mps.Add(new MappedParameter(pis[i], this.
map
.Parameters[i]));
1408
get { return this.
map
.Name; }
1420
get { return this.
map
.IsComposable; }