DataTableDictionary¶
Provides key-based fast data table access.
Capabilities¶
Lookup¶
- DataTableDictionary.Ensure: Adds or updates rows in the DataTable and DataTableDictionary based on the specified key and properties.
- DataTableDictionary.Get: Looks up a data table row from the dictionary.
- DataTableDictionary.Has: Returns a value indicating whether the specified key exists in the dictionary.
- DataTableDictionary.Keys: Returns all dictionary keys as a string array.
Mutation and Persistence¶
- DataTableDictionary.Save: Saves all changes in the DataTableDictionary instance to the database.
- DataTableDictionary.Set: Adds or updates an element with the specified key and value in the DataTableDictionary instance.