 | BcfTableTRowLoad Method (Object, Boolean) |
[This is preliminary documentation and is subject to change.]
Loads the specified values into a row.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic virtual TRow Load(
Object[] values,
bool update = true
)
Public Overridable Function Load (
values As Object(),
Optional update As Boolean = true
) As TRow
Parameters
- values
- Type: SystemObject
The values. - update (Optional)
- Type: SystemBoolean
true allows updating row with matching primary key.
Return Value
Type:
TRowThe
BcfRow the values were loaded.
Exceptions
Remarks
If update is true and a row with matching primary key is found this row will be updated; otherwise values are loaded into a new row.
Version InformationBCF
Supported in: 4.0
See Also