FlexPivot for WinForms
GetRawData(String,String,CancellationToken) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > C1PivotEngine クラス > GetRawData メソッド : GetRawData(String,String,CancellationToken) メソッド
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.
シンタックス
'宣言
 
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
)

パラメータ

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.

戻り値の型

List of source data objects.
解説
It is recommended to use paging providing source data to the clients, because a DataEngine table can have a very large number of rows.
参照

C1PivotEngine クラス
C1PivotEngine メンバ
オーバーロード一覧