ODataReader.State Property

Gets the current state of the reader.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property State As ODataReaderState 
    Get
'Usage
Dim instance As ODataReader 
Dim value As ODataReaderState 

value = instance.State
public abstract ODataReaderState State { get; }
public:
virtual property ODataReaderState State {
    ODataReaderState get () abstract;
}
abstract State : ODataReaderState
abstract function get State () : ODataReaderState

Property Value

Type: Microsoft.Data.OData.ODataReaderState
The current state of the reader.

See Also

Reference

ODataReader Class

Microsoft.Data.OData Namespace