Click or drag to resize
QueryParameter Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The QueryParameter type exposes the following members.

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