QueryCondition Class |
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class QueryCondition : _QueryCondition, ISerializable
The QueryCondition type exposes the following members.
Name | Description | |
---|---|---|
QueryCondition |
Creates and returns a new Condition object
|
Name | Description | |
---|---|---|
Copy |
Copies all of the properties of the given object to this object
| |
GetObjectData | ||
SetObjectData |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
Buffer |
Gets and sets the buffer this conditionrelates to
| |
ConditionOperator |
Gets and sets the operator for this condition
| |
DataType |
Gets and sets the server datatype for this condition
| |
Description |
Gets and sets the description used to prompt for a value for this condition
| |
EndGroup |
Gets and sets the number of closing brackets that should be placed after this condition
| |
Expression |
Gets and sets the expression for this field
| |
FixedValue |
Gets and sets the fixed value for this condition
| |
Format |
Gets and sets a format used to display the value for this condition
| |
FunctionLookup |
Gets and sets the function lookup string for this condition
| |
Index |
Gets and sets the index that determines the position of this condition
| |
Label |
Gets and sets the label used to prompt for a value for this condition
| |
LogicalOperator |
Gets and sets the logical operator (And/Or) that links this condition to its predecessor
| |
LookupID |
Gets and sets the ID of a lookup that should be used when prompting for values for this condition
| |
Mandatory |
Gets and sets a value that indicates whether or not the user can skip this condition if required
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Prompt |
Gets and sets a value that indicates whether or not the user should be prompted for a value to satisfy this condition
| |
SourceField |
Gets and sets the source field for this condition
| |
SourceTable |
Gets and sets the source table for this condition
| |
StartGroup |
Gets and sets the number of opening brackets that should be placed before this condition
| |
SystemName |
Gets and sets the name of the system this condition belongs to
| |
TargetField |
Gets and sets the target field for this condition
| |
TargetTable |
Gets and sets the target table for this condition
| |
UniqueID |
Gets and sets the UniqueID of this condition
| |
UseExpression |
Gets and sets a value that indicates if this condition uses the expression to evaluate
|