QueryParameter Properties |
The QueryParameter type exposes the following members.
Name | Description | |
---|---|---|
COMValue |
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
|
|
ConditionID |
Gets and sets the unique ID of the condition this parameter relates to
|
|
ConditionOperator |
Gets and sets the condition operator for this Parameter
|
|
DataType |
Gets and sets the data type of this Parameter (depricated, use Type)
|
|
Description |
Gets and sets the description for this parameter
|
|
Field |
Gets and sets the name of the field this Parameter applies to
|
|
Format |
Gets and sets the data format of this Parameter
|
|
Label |
Gets and sets the label for this parameter
|
|
LogicalOperator |
Gets and sets the logical operator for this Parameter
|
|
LookupID |
Gets and sets the lookup id for this Parameter
|
|
Mandatory |
Gets and sets whether this Parameter is mandatory
|
|
Name |
Gets and sets the name of the field this Parameter applies to (Depricated, replaced with Field)
|
|
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
|
|
PromptForThisParameterInTheQueryWizard |
Gets and sets a value that indicates whether this parameter will be prompted for in the query wizard
|
|
Skip |
Gets and sets a flag for this Parameter which indicates that the parameter should be skipped
|
|
Type |
Gets and sets the data type of this Parameter
|
|
Value |
Gets and sets the value for this Parameter
|