2 references to Name
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
325
this.tableName = string.IsNullOrEmpty(attr.
Name
) ? rowType.Name : attr.
Name
;