Show / Hide Table of Contents

Interface ISentryQueryTableUpdater

Interface for query modifiers connected to sentries. A sentry that needs to modify queries will contain one or more classes (one for each table to be modified) implementing this interface

Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public interface ISentryQueryTableUpdater

Methods

ModifySelect(Select, TableInfo)

Modify the given select, viewing the given tableinfo 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