 | BcfRowGetValueObject Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the value stored in the
BcfColumn specified by
columnName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic Object GetValueObject(
string columnName
)
Public Function GetValueObject (
columnName As String
) As Object
Parameters
- columnName
- Type: SystemString
The column name.
Return Value
Type:
ObjectThis row.
Exceptions
Remarks
Version InformationBCF
Supported in: 4.0
See Also