1 write to associations
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
801
this.
associations
= this.dataMembers.Where(m => m.IsAssociation).Select(m => m.Association).ToList().AsReadOnly();
3 references to associations
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
798
if (this.
associations
== null) {
800
if (this.
associations
== null) {
805
return this.
associations
;