Compartir a través de


IQueryProcessRequest Interface

Definition

An abstract representation of a request inside the query process.

public interface IQueryProcessRequest
type IQueryProcessRequest = interface
Public Interface IQueryProcessRequest
Derived

Remarks

This definition exists, because the query result needs to reference the request without depending on the exact request data type.

Properties

QueryExecutionContext

Gets the context of the query execution.

Applies to