DataEngine for .NET
GetData(Workspace,DataTable,String,Int64) メソッド

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > DbConnector クラス > GetData メソッド : GetData(Workspace,DataTable,String,Int64) メソッド
DataEngine テーブルを含む作業領域。
データのインポート元の ADO.NET DataTable。
DataEngine テーブルの名前。
インポートする行の数(オプション)。数が 0(デフォルト)の場合は、すべての行をインポートします。
ADO.NET DataTable から DataEngine テーブルにデータをインポートします。
シンタックス
'宣言
 
Public Overloads Shared Sub GetData( _
   ByVal workspace As Workspace, _
   ByVal table As System.Data.DataTable, _
   ByVal tableName As System.String, _
   Optional ByVal count As System.Long _
) 
public static void GetData( 
   Workspace workspace,
   System.Data.DataTable table,
   System.string tableName,
   System.long count
)

パラメータ

workspace
DataEngine テーブルを含む作業領域。
table
データのインポート元の ADO.NET DataTable。
tableName
DataEngine テーブルの名前。
count
インポートする行の数(オプション)。数が 0(デフォルト)の場合は、すべての行をインポートします。
参照

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