1 write to model
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1341
this.
model
= model;
3 references to model
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1398
MetaTable tbl =
model
.GetTable(elementType);
1402
return new MappedRootType((MappedMetaModel)
model
, null, tm, elementType);
1414
get { return this.
model
; }