Click or drag to resize

QueryRequestEventArgsTData Properties

The QueryRequestEventArgsTData generic type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether this instance cancel.
Public propertyCount
Gets the count requested
(Inherited from QueryEventArgsBaseTData.)
Public propertyOffset
Gets the offset requested
(Inherited from QueryEventArgsBaseTData.)
Public propertyOrderBy
Order by instructions
Public propertyPrincipal
Gets the principal
(Inherited from SecureAccessEventArgs.)
Public propertyQuery
Gets or sets the query.
(Inherited from QueryEventArgsBaseTData.)
Public propertyQueryId
Gets the query ID
(Inherited from QueryEventArgsBaseTData.)
Public propertyQueryTag
Gets the query tag
Public propertyResults
Gets or sets the results.
(Inherited from QueryEventArgsBaseTData.)
Public propertyTotalResults
Gets the total amount of results
(Inherited from QueryEventArgsBaseTData.)
Public propertyUseFuzzyTotals
Instructs the query engine to use fuzzy totals
Top
See Also