 | BcfChildRelationCellCollectionItem Property (String) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfChildRelationCell this[
string childRelationName
] { get; }Public ReadOnly Default Property Item (
childRelationName As String
) As BcfChildRelationCell
Get
Parameters
- childRelationName
- Type: SystemString
Name of the child relation.
Return Value
Type:
BcfChildRelationCellThe
BcfChildRelationCell specified by
childRelationName.
Exceptions
See Also