IQueryDataProducer<TResult> 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.
Represents a query producer, which sends results to a IQueryResultReceiver<TResult>.
public interface IQueryDataProducer<TResult>
type IQueryDataProducer<'Result> = interface
Public Interface IQueryDataProducer(Of TResult)
Type Parameters
- TResult
The type of the result data from this query step.
- Derived
Methods
LinkTo(IQueryResultReceiver<TResult>) |
Link the query step to a block to process the result. The query engine will call it exactly once before using this query step. |