ODataBatchReader.ReadAtStartImplementation 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 'Start'.
protected abstract Microsoft.OData.ODataBatchReaderState ReadAtStartImplementation ();
abstract member ReadAtStartImplementation : unit -> Microsoft.OData.ODataBatchReaderState
Protected MustOverride Function ReadAtStartImplementation () As ODataBatchReaderState
Returns
The batch reader state after the read.