ComponentOne DataObjects for .NET
StopAsyncFetch Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : StopAsyncFetch Method
The name of the table view.
For C1.Data.SchemaObjects.TableView.DataAccessMode = VirtualAutomatic, this property stops the background fetch, if a fetch is in progress.
Syntax
'Declaration
 
Public Sub StopAsyncFetch( _
   ByVal tableViewName As System.String _
) 
public void StopAsyncFetch( 
   System.string tableViewName
)

Parameters

tableViewName
The name of the table view.
See Also

Reference

C1DataSet Class
C1DataSet Members