 | BcfRelationCollectionTryGetRelation Method (String) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRelation TryGetRelation(
string relationName
)
Public Function TryGetRelation (
relationName As String
) As BcfRelation
Parameters
- relationName
- Type: SystemString
The name of the relation to get.
Return Value
Type:
BcfRelationThe relation with the specified name; or
null if
relationName not found.
See Also