DataAsyncCommandRequest Enum

Definition

Enumeration specifying the manner in which an asynchronous command should continue after a call to the CommandNextResult or CommandRead methods.

This enumeration supports a bitwise combination of its member values.

public enum class DataAsyncCommandRequest
[System.Flags]
public enum DataAsyncCommandRequest
[<System.Flags>]
type DataAsyncCommandRequest = 
Public Enum DataAsyncCommandRequest
Inheritance
DataAsyncCommandRequest
Attributes

Fields

EndCommand -1073741824

The command should stop retrieving data and end.

EndResultSet 1073741824

The command should stop retrieving data in the current result set and proceed to the next result set, if any.

None 0

There is no command request.

Applies to