Click or drag to resize
CalculationWorks Logo
BcfRelationCollectionItem Property (String)
Gets the BcfRelation with the specified relation name.

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

Parameters

relationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfRelation
BcfRelation.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelationName is null
KeyNotFoundExceptionrelationName not in list
Remarks
The collection is case-sensitive when it searches for relation names.
See Also