FlexPivot for WinForms
AppendData(Workspace,IDataReader,String,Int64) メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > Connector クラス > AppendData メソッド : AppendData(Workspace,IDataReader,String,Int64) メソッド
Workspace containing the DataEngine table.
Reader providing the data.
The name of the DataEngine table.
Optional number of rows to import. If count is 0 (default), import all rows.
Append data to the end of a DataEngine table.
シンタックス
'宣言
 
Public Overloads Shared Function AppendData( _
   ByVal workspace As Workspace, _
   ByVal reader As System.Data.IDataReader, _
   ByVal tableName As System.String, _
   Optional ByVal count As System.Long _
) As System.Long
public static System.long AppendData( 
   Workspace workspace,
   System.Data.IDataReader reader,
   System.string tableName,
   System.long count
)

パラメータ

workspace
Workspace containing the DataEngine table.
reader
Reader providing the data.
tableName
The name of the DataEngine table.
count
Optional number of rows to import. If count is 0 (default), import all rows.
参照

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