DrdaCommand.ExecuteReaderAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
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
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