WhereBuilderGetWhere Method |
Name | Description | |
---|---|---|
GetWhere(String, QueryUnaryOperator) |
Gets the where condition for the given column
| |
GetWhere(IQueryObjectWithValue, QueryUnaryOperator) |
Gets the where condition for the given column
| |
GetWhere(String, QueryOperator, Object, QueryDataParameters) |
Gets the where condition for the given column
| |
GetWhere(IQueryObjectWithValue, QueryOperator, Object, QueryDataParameters) |
Gets the where condition for the given expressions. Note that in this variant string value is always represented as a value. To pass in column name, you need to use new QueryColumn("Name")
|