1 write to tableName
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
325this.tableName = string.IsNullOrEmpty(attr.Name) ? rowType.Name : attr.Name;
1 reference to tableName
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
334get { return this.tableName; }