In-Memory Data Functions
This section contains topics on the following functions:
Function | Description |
---|---|
AddColumnToDataSource | Adds an in-memory column to an existing data source. |
AddRowToDataSource | Adds an in-memory row to a data source. |
AggregateDataSourceColumn | Performs a calculation against a specific data source column and returns the requested value. |
CreateMemoryDataStore | Creates an in-memory data source. |
FilterDataSource | Filters and orders a data source in the current session. |
JSONToDataSource | Populates an existing data source with the array items for a specific JSON path. |
RemoveRowsFromDataSource | Removes all rows in an existing data source that match a specific condition from the current session. |
SetGridDataSource | Connects a data source to a data source grid. |
SnapshotDataSource | Copies the contents of a data source and uses it to create a new in-memory data source. |
TruncateDataSource | Clears all in-memory data from an data source. |
UpdateRowsInDataSource | Updates all data rows that match a specific condition within the current session. |