IQueryActionProvider 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 data provider to execution an action based on known entities (from a query). Such providers must carry both QueryDataProviderAttribute metadata and QueryActionProviderAttribute metadata.
public interface IQueryActionProvider
type IQueryActionProvider = interface
Public Interface IQueryActionProvider
- Derived
Methods
CreateQueryActionDataTransformer(ExecutableStep) |
Creates a query data transformer to execute actions for the entities. |