A Sandcastle Documented Class Library
TableInsertCommand クラス
名前空間CFW.Database.TableCommandTableInsertCommand
テーブルへデータ追加コマンド
宣言の構文
C#Visual BasicVisual C++
public class TableInsertCommand : TableCommand
Public Class TableInsertCommand _
	Inherits TableCommand
public ref class TableInsertCommand : public TableCommand
メンバ
すべてのメンバコンストラクタメソッドフィールド



メンバ説明
TableInsertCommand(String)
テーブルへデータ追加コマンド

AddInsert(FieldProperty, Object)

AddInsert(TableCommandColumn)

AddWhere(TableCommandCondition)
WHERE追加

AddWhereAnd(TableCommandCondition)
WHERE追加

AddWhereOr(TableCommandCondition)
WHERE追加

BuildCommand()()()
コマンド生成
( TableCommand から継承されます。)
BuildParameters()()()
パラメータ組み立て
( TableCommand.BuildParameters()()() をオーバーライドします。)
BuildQuery()()()
SQL文生成
( TableCommand.BuildQuery()()() をオーバーライドします。)
Command
コマンド
( TableCommand から継承されます。)
connection
今使うデータベース
( TableCommand から継承されます。)
GetCommand()()()
( TableCommand から継承されます。)
InsertColumns
カラム

TableName
テーブル名

Where
検索条件

継承階層
Object
TableCommand
 TableInsertCommand

アセンブリ: CFW.Database (モジュール: CFW.Database) バージョン: 1.2.0.2 (1.2.0.2)