Skip to content

DataTableDictionary.Set

Overview

DataTableMap DataTableDictionary.Set ( key, value )
Adds or updates a element with specified key and value in DataTableDictionary instance.

Arguments

String key

Required. Key of element to add to DataTableDictionary object.

Object | Array Value

Value of element to add to DataTableDictionary object.

Return Value

Always returns the current instance.

Remarks

  • iThis method does NOT update DataTable and only apply temporary changes in DataTableDictionary instance. Please use DataTableDictionary.Ensure method to perform database changes and do not use this method if you have special reason.
  • Value can be specified as Object Array if needed.

Examples

See Also