Class SentryQueryTargetAssignmentInfoTableUpdater
Implements
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
[SentryQueryTableUpdater("target_assignment_info")]
public class SentryQueryTargetAssignmentInfoTableUpdater : ISentryQueryTableUpdater
Constructors
SentryQueryTargetAssignmentInfoTableUpdater()
Declaration
public SentryQueryTargetAssignmentInfoTableUpdater()
Methods
ModifySelect(Select, TableInfo)
Modify the given select, viewing the given tableinfo as the 'main table' of the query
Declaration
public void ModifySelect(Select sql, TableInfo tableInfo)
Parameters
Type | Name | Description |
---|---|---|
Select | sql | Query to modify |
TableInfo | tableInfo | Main table of query |