Interface
IBatchOperationProvider

Definition

Namespace:Telerik.OpenAccess.Metadata

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public interface IBatchOperationProvider

Derived Classes: DefaultBatchOperationProvider

Properties

DataContainer

Declaration

cs-api-definition
IStoreDataContainer DataContainer { get; }

Property Value

IStoreDataContainer

Methods

GetClassBatchOperations()

Declaration

cs-api-definition
IList<IBatchOperation> GetClassBatchOperations()

Returns

IList<IBatchOperation>

GetPropertyBatchOperations()

Declaration

cs-api-definition
IList<IBatchOperation> GetPropertyBatchOperations()

Returns

IList<IBatchOperation>