Click or drag to resize

BcfRelationCollectionItem Property (String)

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

Gets the BcfRelation with the specified relation name.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfRelation this[
	string relationName
] { get; }

Parameters

relationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfRelation
The BcfRelation with the specified relation name.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelationName is null.
ArgumentExceptionThe relation relationName cannot be found.
Version Information

BCF

Supported in: 4.0
See Also