1 instantiation of MappedMetaModel
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
129
return new
MappedMetaModel
(this, dataContextType, this.map);
7 references to MappedMetaModel
System.Data.Linq (7)
Mapping\MappedMetaModel.cs (7)
348
MappedMetaModel
model;
358
internal MappedTable(
MappedMetaModel
model, TableMapping mapping, Type rowType) {
424
public MappedRootType(
MappedMetaModel
model, MappedTable table, TypeMapping typeMapping, Type type)
488
Type type = ((
MappedMetaModel
)Model).FindType(typeMap.Name);
1144
((
MappedMetaModel
)this.declaringType.Model).ContextType,
1340
internal MappedFunction(
MappedMetaModel
model, FunctionMapping map, MethodInfo method) {
1402
return new MappedRootType((
MappedMetaModel
)model, null, tm, elementType);