'Declaration Public Shared Function Edit(Of T)( _ ByVal requestData As CollectionViewEditRequest(Of T), _ ByVal editAction As Func(Of T,CollectionViewItemResult(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