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 extended range for query.
Syntax
client server public static str extQueryStatement(
str _dataSourceName,
str _fieldName,
str _operator,
str _value)
Run On
Called
Parameters
- _dataSourceName
Type: str
Data source name.
- _fieldName
Type: str
Field name.
- _operator
Type: str
SQL operator used in statement.
- _value
Type: str
Value to compare.
Return Value
Type: str
The string with extended range.