dotConnect for SQL Server Documentation
Devart.Common Namespace / DbDataTable Class / CancelFetch Method

In This Topic
    CancelFetch Method
    In This Topic
    Stops asynchronous fill operation.
    Syntax
    'Declaration
     
    Public Sub CancelFetch() 
    public void CancelFetch()
    Remarks
    This method cancels an asynchronous fill operation. Unlike SuspendFill, after you call this method there will be no way to read out the dataset.
    See Also