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