QueryParameter Class |
![]() |
Namespace: DataPA.Utils.QueryEngine
public class QueryParameter : _QueryParameter, ISerializable
The QueryParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryParameter | Initializes a new instance of the QueryParameter class |
Name | Description | |
---|---|---|
![]() | Copy |
Copies all of the properties of the given object to this object
|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetObjectData | |
![]() | SetObjectData | |
![]() | ValueFromBoolean |
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
|
![]() | ValueFromDate |
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
|
![]() | ValueFromDecimal |
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
|
![]() | ValueFromInteger |
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
|
![]() | ValueFromString |
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM
|
Name | Description | |
---|---|---|
![]() ![]() | ClassId | |
![]() ![]() | EventsId | |
![]() ![]() | InterfaceId |
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
|