1 write to IsPrimaryKey
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
592
cm.
IsPrimaryKey
= OptionalBoolAttribute(reader, XmlMappingConstant.IsPrimaryKey, false);
2 references to IsPrimaryKey
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
980
if (cmap != null && cmap.IsDbGenerated && cmap.
IsPrimaryKey
) {
987
this.isPrimaryKey = cmap.
IsPrimaryKey
;