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