WhereItem Members
The WhereItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
IsCaseSensitive |
Sets if the search is case sensitive.
|
![]() |
SetEndLogic |
Sets the end logic.
|
![]() |
SetLeftParenthesesCount |
Sets the left parentheses count.
|
![]() |
SetRightParenthesesCount |
Sets the right parentheses count.
|
![]() |
ToString |
Returns a String that represents this instance.
|
![]() |
UpdateCondition |
Updates the condition.
|
Properties
Name | Description | |
---|---|---|
![]() |
CaseSensitive |
Gets a value indicating whether the search is case sensitive.
|
![]() |
CheckDescriptionForNull |
Gets a value indicating whether [check description for null].
|
![]() |
Condition |
Gets the condition.
|
![]() |
DateType |
Gets the type of the date. (For DateTime value types.)
|
![]() |
EndLogic |
Gets the end logic.
|
![]() |
FieldName |
Gets the name of the field.
|
![]() |
LeftParenthesesCount |
Gets the left parentheses count.
|
![]() |
RightParenthesesCount |
Gets the right parentheses count.
|
![]() |
Table |
Gets the table object this Where Item is attached to.
|
![]() |
Value |
Gets the value.
|
![]() |
ValueType |
Gets the type of the value.
|
![]() |
WhereItemType |
Gets the type of the where item.
|