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