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 or sets the current state of the batch reader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property State As ODataBatchReaderState
Get
Private Set
'Usage
Dim instance As ODataBatchReader
Dim value As ODataBatchReaderState
value = instance.State
public ODataBatchReaderState State { get; private set; }
public:
property ODataBatchReaderState State {
ODataBatchReaderState get ();
private: void set (ODataBatchReaderState value);
}
member State : ODataBatchReaderState with get, private set
function get State () : ODataBatchReaderState
private function set State (value : ODataBatchReaderState)
Property Value
Type: Microsoft.Data.OData.ODataBatchReaderState
The current state of the batch reader.