IQueryProcessRequest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |