FlexPivot for WinForms
GetData(String,Int64) メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Connector クラス > GetData メソッド : GetData(String,Int64) メソッド
The name of the DataEngine table.
Optional number of rows to import. If count is 0 (default), import all rows.
Import data to a DataEngine table.
シンタックス
'宣言
 
Public Overloads MustOverride Sub GetData( _
   ByVal tableName As System.String, _
   Optional ByVal count As System.Long _
) 
public abstract void GetData( 
   System.string tableName,
   System.long count
)

パラメータ

tableName
The name of the DataEngine table.
count
Optional number of rows to import. If count is 0 (default), import all rows.
参照

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