Base:
property
Model
System.Data.Linq.Mapping.MetaType.Model
2 references to Model
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
488
Type type = ((MappedMetaModel)
Model
).FindType(typeMap.Name);
491
MappedType rowType = new MappedType(this.
Model
, this.Table, typeMap, type, this);