dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlCommand Class / BeginExecuteNonQuery Method / BeginExecuteNonQuery() Method

In This Topic
BeginExecuteNonQuery() Method
In This Topic
Starts an asynchronous invocation of an ExecuteNonQuery method.
Syntax
'Declaration
 
Public Overloads Shadows Function BeginExecuteNonQuery() As IAsyncResult
 

Return Value

An System.IAsyncResult interface that represents the asynchronous operation started by calling this method.
Remarks

This method is a simplified overload of the BeginExecuteNonQuery(AsyncCallback,Object) method.

Refer to "Asynchronous Query Execution" article for detailed information.

See Also