| SelectCondition Constructor |
| Name | Description | |
|---|---|---|
| SelectCondition |
Constructor, prepares empty condition object.
| |
| SelectCondition(QueryDataParameters) |
Constructor, prepares empty condition object bound to specific query parameters.
| |
| SelectCondition(String, IListInt32, Boolean) |
Constructor, prepares the condition over IDs.
| |
| SelectCondition(String, IListString, Boolean) |
Constructor, prepares the condition over names (strings).
|