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