DatasetTable.EndSelectCommand Method

End executing an asynchronous Select command on the DatasetTable
[ID("EndSelectCommand", (int)e.EndSelectCommand)] 
public int EndSelectCommand( 
   IAsyncResult ar 
)

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.8

In this article

Definition