1 write to model
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
873
this.
model
= model;
3 references to model
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
933
MetaTable tbl =
model
.GetTableNoLocks(type);
937
return new AttributedRootType(
model
, null, type);
941
get { return this.
model
; }