1 write to isForeignKey
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1244this.isForeignKey = this.assocMap.IsForeignKey;
2 references to isForeignKey
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1260if (!(isForeignKey && !isMany && !isNullable)) { 1302get { return this.isForeignKey; }