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