ConstructWhereClause
Description
Parse string expression to where clause.
Signature
WhereClause ConstructWhereClause(string key, string projectId, DatabaseType dbType, ExpressionVariableType expressionVariableType, string expression)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
projectId |
string required |
The project ID |
dbType |
DatabaseType required |
Production or Test. |
expressionVariableType |
ExpressionVariableType required |
Source of variables. |
expression |
string required |
String expression. |