Click or drag to resize

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
Syntax
public virtual TRow Load(
	Object[] values,
	bool update = true
)

Parameters

values
Type: SystemObject
The values.
update (Optional)
Type: SystemBoolean
true allows updating row with matching primary key.

Return Value

Type: TRow
The 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 Information

BCF

Supported in: 4.0
See Also