ODataBatchReader.ReadAtOperationImplementation 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.
Implementation of the reader logic when in state 'Operation'.
protected abstract Microsoft.OData.ODataBatchReaderState ReadAtOperationImplementation ();
abstract member ReadAtOperationImplementation : unit -> Microsoft.OData.ODataBatchReaderState
Protected MustOverride Function ReadAtOperationImplementation () As ODataBatchReaderState
Returns
The batch reader state after the read.