6 references to Name
System.Data.Linq (6)
Mapping\AttributedMetaModel.cs (6)
1182if (this.attrColumn != null && this.attrColumn.Name != null) { 1183return this.attrColumn.Name; 1185if (this.attrAssoc != null && this.attrAssoc.Name != null) { 1186return this.attrAssoc.Name; 1366if (omm != this.thisMember && oattr.Name == attr.Name) {