Base:
property
IsAssociation
System.Data.Linq.Mapping.MetaDataMember.IsAssociation
2 references to IsAssociation
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
1220
if (this.
IsAssociation
) {
1236
if (this.hasLoadMethod == false && (this.IsDeferred || this.
IsAssociation
)) {