1 write to isForeignKey
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1336
this.
isForeignKey
= attr.IsForeignKey;
2 references to isForeignKey
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
1352
if( !(
isForeignKey
&& !isMany && !isNullable) ) {
1399
get { return this.
isForeignKey
; }