 |
| BcfRelationUpdateRule Property |
Gets the update action.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRelationRule UpdateRule { get; set; }Public Property UpdateRule As BcfRelationRule
Get
Set
public:
property BcfRelationRule UpdateRule {
BcfRelationRule get ();
void set (BcfRelationRule value);
}member UpdateRule : BcfRelationRule with get, set
Property Value
Type:
BcfRelationRuleThe update action.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also