Delen via


ODataReader.Item Property

Definition

Gets the most recent ODataItem that has been read.

public abstract Microsoft.OData.ODataItem Item { get; }
member this.Item : Microsoft.OData.ODataItem
Public MustOverride ReadOnly Property Item As ODataItem

Property Value

The most recent ODataItem that has been read.

Applies to