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