Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.