 | BcfTableCollectionTryGetTable Method (String) |
Gets the
BcfTable with specified
tableName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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
if
tableName not found.
See Also