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