 | BcfRelationHasParentEndNotNullConstraint Property |
Gets a value indicating whether a child row must have a parent row or not.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool HasParentEndNotNullConstraint { get; }Public ReadOnly Property HasParentEndNotNullConstraint As Boolean
Get
Property Value
Type:
Boolean
RemarksThe value indicating whether a child row must have a parent row or not. Default is .
See Also