Click or drag to resize

BcfReflectedChildRelationCollectionTryGetChildRelation Method

[This is preliminary documentation and is subject to change.]

Gets the childRelation with the specified name.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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 null if childRelationName not found.
Version Information

Forms

Supported in: 4.0
See Also