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