2 overrides of ThisKeyIsPrimaryKey
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
1389public override bool ThisKeyIsPrimaryKey {
Mapping\MappedMetaModel.cs (1)
1310public override bool ThisKeyIsPrimaryKey {
3 references to ThisKeyIsPrimaryKey
System.Data.Linq (1)
ChangeProcessor.cs (1)
681else if ((assoc.IsUnique || assoc.ThisKeyIsPrimaryKey)) {
System.Web.DynamicData (2)
DynamicData\ModelProviders\DLinqAssociationProvider.cs (2)
61if (Direction == AssociationDirection.OneToMany && !association.ThisKeyIsPrimaryKey) { 65if (!association.IsForeignKey && !association.ThisKeyIsPrimaryKey) {