Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top