ODataCollectionReader.Item 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 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.