 | BcfTableTRowLoad Method (IDictionaryString, 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(
IDictionary<string, Object> values,
bool update = true
)
Public Overridable Function Load (
values As IDictionary(Of String, Object),
Optional update As Boolean = true
) As TRow
Parameters
- values
- Type: System.Collections.GenericIDictionaryString, Object
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