 |
| BcfTableLoad Method (Object) |
Loads the specified values into one new row and adds it to table optimistic.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic virtual BcfRow Load(
Object[] values
)
Public Overridable Function Load (
values As Object()
) As BcfRow
public:
virtual BcfRow^ Load(
array<Object^>^ values
)
abstract Load :
values : Object[] -> BcfRow
override Load :
values : Object[] -> BcfRow Parameters
- values
- Type: SystemObject
The values.
Return Value
Type:
BcfRowBcfRow.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also