Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Adds or updates a element with specified key and value in DataTableDictionary instance.

any DataTableDictionary.Set(key: string, value: ( DataRow | Array<DataRow> ))

Arguments

string key
Required. Key of element to add to ,DataTableDictionary, object.
( DataRow | Array<DataRow> ) value
Value of element to add to ,DataTableDictionary, object.

Remarks

Value can be specified as Object Array if needed.

  • No labels