FlexPivot for WinForms
GetTableData メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Workspace クラス : GetTableData メソッド
Name of the table to get data from.
Maximum rows to return. If 0 (default value) all rows will be returned.
Gets size and enumerator for all data rows in a table.
シンタックス
'宣言
 
Public Function GetTableData( _
   ByVal tableName As System.String, _
   Optional ByVal limit As System.Integer _
) As IDataList
public IDataList GetTableData( 
   System.string tableName,
   System.int limit
)

パラメータ

tableName
Name of the table to get data from.
limit
Maximum rows to return. If 0 (default value) all rows will be returned.
参照

Workspace クラス
Workspace メンバ