Click or drag to resize

BcfReflectedChildRelationCollectionTryGetChildRelation Method

Gets the childRelation with the specified name.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public BcfRelation TryGetChildRelation(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
The name of the childRelation to get.

Return Value

Type: BcfRelation
The childRelation with the specified name; or if childRelationName not found.
See Also