2 references to IsPrimaryKey
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
1048
if (attrColumn != null && attrColumn.IsDbGenerated && attrColumn.
IsPrimaryKey
) {
1135
get { return this.attrColumn != null && this.attrColumn.
IsPrimaryKey
; }