Interface IBatchOperationProvider
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IBatchOperationProvider
Properties
DataContainer
Methods
GetClassBatchOperations()
Declaration
IList<IBatchOperation> GetClassBatchOperations()
Returns
System.
|
GetPropertyBatchOperations()
Declaration
IList<IBatchOperation> GetPropertyBatchOperations()
Returns
System.
|