MetadataWorkspaceExtensions.IsPKToPK Method (AssociationType)
Determines if an association is across solely primary keys
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
Parameters
- association
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationType
The association.
Return Value
Type: System.Booleantrue if the multiplicity of the association is 1:1, 1:0..1, or 0..1:0..1, and false otherwise