ODataDeltaReader.SubState Property
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.
Gets the current sub state of the reader.
public abstract Microsoft.OData.ODataReaderState SubState { get; }
member this.SubState : Microsoft.OData.ODataReaderState
Public MustOverride ReadOnly Property SubState As ODataReaderState
Property Value
The current sub state of the reader.
Remarks
The sub state is a complement to the current state if the current state itself is not enough to determine the real state of the reader. The sub state is only meaningful in ExpandedNavigationProperty state.