QueryProcessResult Class
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.
Provides methods to create QueryProcessResult<TResult> instances.
[System.Runtime.CompilerServices.Nullable(0)]
public static class QueryProcessResult
[<System.Runtime.CompilerServices.Nullable(0)>]
type QueryProcessResult = class
Public Class QueryProcessResult
- Inheritance
-
QueryProcessResult
- Attributes
Methods
Create<TResult,TProcessState>(TResult, TProcessState, IQueryProcessRequest, String) |
Creates a query result item. |
Create<TResult>(TResult, IQueryProcessRequest, String) |
Creates a query result item. |