Initiates the asynchronous request that will use the specific
CommandBehavior and retrieves one or more result sets from Teradata.
Syntax
Parameters
- callback
- Delegate that will be invoked after the processing of the request has completed. If one is not required a
null
is specified. - state
- User defined object. This object is available to
the callback procedure by accessing the IAsyncResult.AsyncState property.
- behavior
- One of the Data.CommandBehavior enumerations values.
Return Value
Returns a
IAsyncResult object.
Exceptions
Example
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also