テーブル削除コマンド
| C# | Visual Basic | Visual C++ |
public class TableDeleteCommand : TableCommand
Public Class TableDeleteCommand _ Inherits TableCommand
public ref class TableDeleteCommand : public TableCommand
| すべてのメンバ | コンストラクタ | メソッド | フィールド | ||
| メンバ | 説明 | |
|---|---|---|
| TableDeleteCommand(String) |
テーブル削除コマンド
| |
| AddWhere(TableCommandCondition) |
WHERE追加 デフォルトAND
| |
| AddWhereAnd(TableCommandCondition) |
WHERE追加 AND
| |
| AddWhereOr(TableCommandCondition) |
WHERE追加 OR
| |
| BuildCommand()()() |
コマンド生成
( TableCommand から継承されます。) | |
| BuildParameters()()() |
パラメータ構築
( TableCommand.BuildParameters()()() をオーバーライドします。) | |
| BuildQuery()()() |
SQL文生成
( TableCommand.BuildQuery()()() をオーバーライドします。) | |
| Command |
コマンド
( TableCommand から継承されます。) | |
| connection |
今使うデータベース
( TableCommand から継承されます。) | |
| GetCommand()()() | ||
| TableName |
削除テーブル
| |
| Where |
検索条件
|
| Object | ||
| TableCommand | ||
| TableDeleteCommand | ||