1 write to TableName
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
429
tm.
TableName
= OptionalAttribute(reader, XmlMappingConstant.Name);
2 references to TableName
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (1)
367
get { return this.mapping.
TableName
; }
parent\DbmlShared\Mapping.cs (1)
45
if (string.Compare(tmap.
TableName
, tableName, StringComparison.Ordinal) == 0)