For DataAccessMode = VirtualAutomatic, this property stops the background fetch, if a fetch is in progress.

Namespace:  C1.Web.Data
Assembly:  C1.Web.Data.2 (in C1.Web.Data.2.dll)

Syntax

C#
public void StopAsyncFetch(
	string tableViewName
)
Visual Basic (Declaration)
Public Sub StopAsyncFetch ( _
	tableViewName As String _
)

Parameters

tableViewName
Type: System..::..String
The name of the table view.

See Also