SelectCondition Constructor |
Name | Description | |
---|---|---|
SelectCondition() |
Constructor, prepares empty condition object.
| |
SelectCondition(QueryDataParameters) |
Constructor, prepares empty condition object bound to specific query parameters.
| |
SelectCondition(String, IList<String>) |
Constructor, prepares the condition over String type.
| |
SelectCondition(String, IList<Int32>, Boolean) |
Constructor, prepares the condition over Int32 type.
| |
SelectCondition(String, IList<String>, Boolean) | Obsolete.
Constructor, prepares the condition over String types.
|