Condividi tramite


Proprietà ODataCollectionReader.State

Ottiene o imposta lo stato corrente del lettore.

Spazio dei nomi  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property State As ODataCollectionReaderState
    Get
'Utilizzo
Dim instance As ODataCollectionReader
Dim value As ODataCollectionReaderState

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

Valore proprietà

Tipo: Microsoft.Data.OData.ODataCollectionReaderState
Stato corrente del lettore.

Vedere anche

Riferimento

ODataCollectionReader Classe

Spazio dei nomi Microsoft.Data.OData