1 instantiation of TableMapping
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
428
TableMapping tm = new
TableMapping
();
12 references to TableMapping
System.Data.Linq (12)
Mapping\MappedMetaModel.cs (3)
79
foreach (
TableMapping
tableMapping in this.mapping.Tables) {
349
TableMapping
mapping;
358
internal MappedTable(MappedMetaModel model,
TableMapping
mapping, Type rowType) {
Mapping\MappingSource.cs (2)
417
private static
TableMapping
ReadTableMapping(XmlReader reader) {
428
TableMapping
tm = new TableMapping();
parent\DbmlShared\Mapping.cs (7)
17
List<
TableMapping
> tables;
21
this.tables = new List<
TableMapping
>();
35
internal List<
TableMapping
> Tables {
43
internal
TableMapping
GetTable(string tableName) {
44
foreach (
TableMapping
tmap in this.tables) {
51
internal
TableMapping
GetTable(Type rowType) {
52
foreach (
TableMapping
tableMap in this.tables) {