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