Interface ISentryPluginQueryTableUpdater
Interface that has to be implemented by sentry plug-in query table updater for one particular table in order to modify queries sent to the database.
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public interface ISentryPluginQueryTableUpdater
Methods
ModifySelect(Select, TableInfo)
Modify the given select, viewing the given table info as the 'main table' of the query
Declaration
void ModifySelect(Select sql, TableInfo tableInfo)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | Query to modify |
TableInfo | tableInfo | Main table of query |