10 references to Mapping
System.Data.Linq (7)
CompiledQuery.cs (2)
318this.mappingSource = context.Mapping.MappingSource; 323if (context.Mapping.MappingSource != this.mappingSource)
DataContext.cs (4)
119this.Init(context.Connection, context.Mapping.MappingSource); 166return Activator.CreateInstance(this.GetType(), new object[] { this.Connection, this.Mapping.MappingSource }); 1573MetaType type = this.Context.Mapping.GetMetaType(entity.GetType()); 1610MetaType type = this.Context.Mapping.GetMetaType(entity.GetType());
SqlClient\Reader\ObjectReaderCompiler.cs (1)
184object mapping = this.services.Context.Mapping.Identity;
System.Web.DynamicData (2)
DynamicData\DynamicDataExtensions.cs (1)
268System.Data.Linq.Mapping.MetaTable metaTable = context.Mapping.GetTable(rowType);
DynamicData\ModelProviders\DLinqDataModelProvider.cs (1)
38return context.Mapping.GetTables().First(t => t.RowType.Type == entityType);
System.Web.Extensions (1)
UI\WebControls\LinqDataSourceView.cs (1)
628MetaModel contextMetaData = context.Mapping;