Share via


ODataDeltaReader.SubState Property

Definition

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.

Applies to