Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the most recent ODataItem that has been read.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Item As ODataItem
Get
'Usage
Dim instance As ODataReader
Dim value As ODataItem
value = instance.Item
public abstract ODataItem Item { get; }
public:
virtual property ODataItem^ Item {
ODataItem^ get () abstract;
}
abstract Item : ODataItem
abstract function get Item () : ODataItem
Property Value
Type: Microsoft.Data.OData.ODataItem
The most recent ODataItem that has been read.