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