Click or drag to resize
QueryRequiredFieldValueRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPA.Utils.QueryEngineQueryRequiredFieldValueRequestEventArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class QueryRequiredFieldValueRequestEventArgs : EventArgs, 
	_QueryRequiredFieldValueRequestEventArgs

The QueryRequiredFieldValueRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodQueryRequiredFieldValueRequestEventArgs
Creates and returns a new QueryRequiredFieldValueRequestEventArgs object
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets a value that indicates the number of events that will be raised to satisfy the parameters for this query
Public propertyIndex
Gets a value that indicates the position of this event within the sequence of events that will be raised to satisfy the parameters for this query
Public propertyParameter
Gets the parameter this event relates to
Public propertyQuery
Gets the query this event relates to
Top
See Also