DrdaCommand.ExecuteReaderAsync Method

Definition

Overloads

ExecuteReaderAsync(CommandBehavior, CancellationToken)
ExecuteReaderAsync(CancellationToken)
ExecuteReaderAsync()
ExecuteReaderAsync(CommandBehavior)

ExecuteReaderAsync(CommandBehavior, CancellationToken)

public:
 System::Threading::Tasks::Task<Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^> ^ ExecuteReaderAsync(System::Data::CommandBehavior behavior, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader> ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken);
override this.ExecuteReaderAsync : System.Data.CommandBehavior * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader>

Parameters

behavior
CommandBehavior
cancellationToken
CancellationToken

Returns

Task<DrdaDataReader>

Applies to

ExecuteReaderAsync(CancellationToken)

public:
 System::Threading::Tasks::Task<Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^> ^ ExecuteReaderAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader> ExecuteReaderAsync (System.Threading.CancellationToken cancellationToken);
override this.ExecuteReaderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader>

Parameters

cancellationToken
CancellationToken

Returns

Task<DrdaDataReader>

Applies to

ExecuteReaderAsync()

public:
 System::Threading::Tasks::Task<Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^> ^ ExecuteReaderAsync();
public System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader> ExecuteReaderAsync ();
override this.ExecuteReaderAsync : unit -> System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader>
Public Function ExecuteReaderAsync () As Task(Of DrdaDataReader)

Returns

Task<DrdaDataReader>

Applies to

ExecuteReaderAsync(CommandBehavior)

public:
 System::Threading::Tasks::Task<Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^> ^ ExecuteReaderAsync(System::Data::CommandBehavior behavior);
public System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader> ExecuteReaderAsync (System.Data.CommandBehavior behavior);
override this.ExecuteReaderAsync : System.Data.CommandBehavior -> System.Threading.Tasks.Task<Microsoft.HostIntegration.DrdaClient.DrdaDataReader>
Public Function ExecuteReaderAsync (behavior As CommandBehavior) As Task(Of DrdaDataReader)

Parameters

behavior
CommandBehavior

Returns

Task<DrdaDataReader>

Applies to