IQueryUpdateBatchProvider 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.
A component provided to support batching update operations (for a specific data zone).
public interface IQueryUpdateBatchProvider
type IQueryUpdateBatchProvider = interface
Public Interface IQueryUpdateBatchProvider
Methods
CreateBatchExecutor(IQueryActionExecutor) |
Creates a batched action executor, it wraps inner steps to make sure they are executed under the context. |