 |
| BcfRelationCollectionItem Property (String) |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfRelation this[
string relationName
] { get; }Public ReadOnly Default Property Item (
relationName As String
) As BcfRelation
Get
Parameters
- relationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfRelationBcfRelation.
Exceptions
RemarksThe collection is case-sensitive when it searches for relation names.
See Also