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