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: 3.0.2.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.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also