NormalRelationshipEdgeGetUniqueConstraintFormedByFkSide Method |
Gets a new unique constraint object, based on the fields formed by the fk side. This method returns a value only if this relationship
is a 1:1 relationship and the FK side isn't the PK of the FK side.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public UniqueConstraint GetUniqueConstraintFormedByFkSide()
Public Function GetUniqueConstraintFormedByFkSide As UniqueConstraint
Return Value
Type:
UniqueConstraintThe fields forming the FK side as new UniqueConstraint object, or null if not applicable
Remarks The returned unique constraint is not part of the model but created on the fly
See Also