テーブルへデータ追加コマンド
| C# | Visual Basic | Visual 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()()() | ||
| InsertColumns |
カラム
| |
| TableName |
テーブル名
| |
| Where |
検索条件
|
| Object | ||
| TableCommand | ||
| TableInsertCommand | ||