Click or drag to resize

TraceableSqlCommandEndExecuteNonQuery Method

Ends the execute non query. Wrapper of the same function in SqlCommand.

Namespace:  Amazon.XRay.Recorder.Handlers.SqlServer
Assembly:  AWSXRayRecorder.Handlers.SqlServer (in AWSXRayRecorder.Handlers.SqlServer.dll) Version: 2.11.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public int EndExecuteNonQuery(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
The asynchronous result.

Return Value

Type: Int32
The number of rows affected (the same behavior as System.Data.SqlClient.SqlCommand.ExecuteNonQuery()).
See Also