SqlAccessModifier Class |
The SqlAccessModifier can be used to apply SQL filtering in views or other data object queries.
It should only be used of no other available filters can be used.
The SQL filter string is stored in an CodeMethod configuration object.
The filter string is added after an AND statement like this: "AND ([filter string])".
Parameter | Description |
---|---|
CONFIGUID | Code Method Configuration containing a SQL filter string. |
Namespace: Omada.OE.AppLogic.AccessModifiers
public class SqlAccessModifier : IDataObjectAccessModifier, IAccessModifierBase
The SqlAccessModifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | SqlAccessModifier |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |