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