table command 抽象
| C# | Visual Basic | Visual C++ |
public abstract class TableCommand
Public MustInherit Class TableCommand
public ref class TableCommand abstract
| すべてのメンバ | コンストラクタ | メソッド | フィールド | ||
| メンバ | 説明 | |
|---|---|---|
| TableCommand()()() | Initializes a new instance of the TableCommand class | |
| BuildCommand()()() |
コマンド生成
| |
| BuildParameters()()() |
パラメータ生成
| |
| BuildQuery()()() |
クエリー組み立て
| |
| Command |
コマンド
| |
| connection |
今使うデータベース
| |
| GetCommand()()() |