SelectCondition Constructor |
Name | Description | |
---|---|---|
![]() | SelectCondition |
Constructor, prepares empty condition object.
|
![]() | SelectCondition(QueryDataParameters) |
Constructor, prepares empty condition object bound to specific query parameters.
|
![]() | SelectCondition(String, IListString) |
Constructor, prepares the condition over String type.
|
![]() | SelectCondition(String, IListInt32, Boolean) |
Constructor, prepares the condition over Int32 type.
|
![]() | SelectCondition(String, IListString, Boolean) | Obsolete.
Constructor, prepares the condition over String types.
|