BenSelect Documentation
GetDataAsync(Boolean,ExportType,Boolean,CancellationTokenSource) Method
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace > MappingTableView Class > GetDataAsync Method : GetDataAsync(Boolean,ExportType,Boolean,CancellationTokenSource) Method
isTableData
if set to true [is table data].
exportType
Type of the export.
clearData
if set to true clear all cached data
cts
Optional cancellation token source
Gets the data asynchronous. Without restriction of rows count Without collecting filter values With clearing cached data

Syntax

JScript 
public function GetDataAsync( 
   isTableData : boolean,
   exportType : ExportType,
   clearData : boolean,
   cts : CancellationTokenSource
) : boolean;

Parameters

isTableData
if set to true [is table data].
exportType
Type of the export.
clearData
if set to true clear all cached data
cts
Optional cancellation token source

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.