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 ODataParameterReaderState
Get
'Usage
Dim instance As ODataParameterReader
Dim value As ODataParameterReaderState
value = instance.State
public abstract ODataParameterReaderState State { get; }
public:
virtual property ODataParameterReaderState State {
ODataParameterReaderState get () abstract;
}
abstract State : ODataParameterReaderState
abstract function get State () : ODataParameterReaderState
Property Value
Type: Microsoft.Data.OData.ODataParameterReaderState
The current state of the reader.