Share via


ODataCollectionReader.Item Property

Definition

Gets the most recent item that has been read.

public abstract object Item { get; }
member this.Item : obj
Public MustOverride ReadOnly Property Item As Object

Property Value

The most recent item that has been read.

Remarks

This property returns an ODataCollectionStart when in state ODataCollectionReaderState.CollectionStart or ODataCollectionReaderState.CollectionEnd. It returns either a primitive value or 'null' when in state ODataCollectionReaderState.Value and 'null' in all other states.

Applies to