2 writes to isForeignKey
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
448
set { this.
isForeignKey
= value; }
453
set { this.
isForeignKey
= (value != null) ? bool.Parse(value) : false; }
2 references to isForeignKey
System.Data.Linq (2)
parent\DbmlShared\Mapping.cs (2)
447
get { return this.
isForeignKey
; }
452
get { return this.
isForeignKey
? XmlMappingConstant.True : null; }