ComponentOne FlexPivot for WinForms
GetRawData(String,String,CancellationToken) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetRawData Method : GetRawData(String,String,CancellationToken) Method
Path in the server's file system where DataEngine data is saved in files.
The name of a DataEngine table.
Enables task cancellation.
Makes the entire raw source data collection accessible to the server's clients.
Syntax
'Declaration
 
Public Overloads Shared Function GetRawData( _
   ByVal workspace As System.String, _
   ByVal table As System.String, _
   ByVal cancelToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetRawData( 
   System.string workspace,
   System.string table,
   System.Threading.CancellationToken cancelToken
)

Parameters

workspace
Path in the server's file system where DataEngine data is saved in files.
table
The name of a DataEngine table.
cancelToken
Enables task cancellation.

Return Value

List of source data objects.
Remarks
It is recommended to use paging providing source data to the clients, because a DataEngine table can have a very large number of rows.
See Also

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members
Overload List