Click or drag to resize
QueryParameter Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineQueryParameter

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class QueryParameter : _QueryParameter, 
	ISerializable

The QueryParameter type exposes the following members.

Constructors
  NameDescription
Public methodQueryParameter
Initializes a new instance of the QueryParameter class
Top
Methods
  NameDescription
Public methodCopy
Copies all of the properties of the given object to this object
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetObjectData
Public methodSetObjectData
Public methodValueFromBoolean
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Public methodValueFromDate
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Public methodValueFromDecimal
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Public methodValueFromInteger
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Public methodValueFromString
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
Top
Fields
Properties
  NameDescription
Public propertyCOMValue
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
Public propertyConditionID
Gets and sets the unique ID of the condition this parameter relates to
Public propertyConditionOperator
Gets and sets the condition operator for this Parameter
Public propertyDataType
Gets and sets the data type of this Parameter (depricated, use Type)
Public propertyDescription
Gets and sets the description for this parameter
Public propertyField
Gets and sets the name of the field this Parameter applies to
Public propertyFormat
Gets and sets the data format of this Parameter
Public propertyLabel
Gets and sets the label for this parameter
Public propertyLogicalOperator
Gets and sets the logical operator for this Parameter
Public propertyLookupID
Gets and sets the lookup id for this Parameter
Public propertyMandatory
Gets and sets whether this Parameter is mandatory
Public propertyName
Gets and sets the name of the field this Parameter applies to (Depricated, replaced with Field)
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyPromptForThisParameterInTheQueryWizard
Gets and sets a value that indicates whether this parameter will be prompted for in the query wizard
Public propertySkip
Gets and sets a flag for this Parameter which indicates that the parameter should be skipped
Public propertyType
Gets and sets the data type of this Parameter
Public propertyValue
Gets and sets the value for this Parameter
Top
See Also