Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a SQL string that contains the non-equality predicate of the where clause.
Syntax
protected str dbWherePredicateNotEqual(
TableId _tableId,
FieldId _fieldId,
str _alias,
anytype _anytype)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
A table number.
- _fieldId
Type: FieldId Extended Data Type
A field number.
- _alias
Type: str
A field alias.
- _anytype
Type: anytype
A value.
Return Value
Type: str
A SQL string that contains the non-equality predicate of the where clause.