Click or drag to resize

QueryResultEventArgs<TData> Properties

The QueryResultEventArgs<TData> generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count requested
(Inherited from QueryEventArgsBase<TData>.)
Public propertyOffset
Gets the offset requested
(Inherited from QueryEventArgsBase<TData>.)
Public propertyPrincipal
Gets the principal
(Inherited from SecureAccessEventArgs.)
Public propertyQuery
Gets or sets the query.
(Inherited from QueryEventArgsBase<TData>.)
Public propertyQueryId
Gets the query ID
(Inherited from QueryEventArgsBase<TData>.)
Public propertyResults
Gets or sets the results.
(Inherited from QueryEventArgsBase<TData>.)
Public propertyTotalResults
Gets the total amount of results
(Inherited from QueryEventArgsBase<TData>.)
Top
See Also