DatasetTable.EndSelectCommand Method

End executing an asynchronous Select command on the DatasetTable
<ID("EndSelectCommand", (int)e.EndSelectCommand)> _ 
Public Function EndSelectCommand( _ 
ByVal ar As IAsyncResult
) As Integer
This language is not supported or no code example is available.
[ID("EndSelectCommand", (int)e.EndSelectCommand)] 
public int EndSelectCommand( 
IAsyncResult ar 
)
This language is not supported or no code example is available.

Parameters

ar
IAsyncResult

Reference to object returned by BeginSelectCommand method

Return Value

int

If sucess returs 0 else error code

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition