ODataBatchReader.CreateOperationRequestMessageImplementation Method
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.
Returns the cached ODataBatchOperationRequestMessage for reading the content of an operation in a batch request.
protected abstract Microsoft.OData.ODataBatchOperationRequestMessage CreateOperationRequestMessageImplementation ();
abstract member CreateOperationRequestMessageImplementation : unit -> Microsoft.OData.ODataBatchOperationRequestMessage
Protected MustOverride Function CreateOperationRequestMessageImplementation () As ODataBatchOperationRequestMessage
Returns
The message that can be used to read the content of the batch request operation from.