The IQueryStorage interface contains properties and methods used to set up parameters of data saving.
Property name | Brief description | |
Enabled | The Enabled property determines whether data can be saved. | |
Table | The Table property determines the repository table used to save data. | |
TableName | The TableName property determines a physical name of the table used to save data. |
Method name | Brief description | |
DefineBySql | The DefineBySql method determines options for saving the data by SQL query. |
See also: