'Declaration Public Shared Function BatchEdit(Of T)( _ ByVal requestData As CollectionViewBatchEditRequest(Of T), _ ByVal editAction As Func(Of BatchOperatingData(Of T),CollectionViewResponse(Of T)), _ ByVal read As Func(Of IEnumerable(Of T)) _ ) As CollectionViewResponse(Of T)
Parameters
- requestData
- The request data
- editAction
- The edit action
- read
- The read action provides the newest data.
Type Parameters
- T
- The type of data record
Return Value
The response data