Click or drag to resize

BcfRelationCollectionTryGetRelation Method (String)

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

Gets the BcfRelation with specified relationName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRelation TryGetRelation(
	string relationName
)

Parameters

relationName
Type: SystemString
The name of the relation to get.

Return Value

Type: BcfRelation
The relation with the specified name; or null if relationName not found.
See Also