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