Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この接続と現在のトランザクションに関連付けられる ULCommand オブジェクトを作成して初期化します。
Public Shadows Function CreateCommand() As ULCommand
public new ULCommand CreateCommand()
新しい ULCommand オブジェクト。
ULCommand オブジェクトのプロパティを使用して、その動作を制御できます。
ULCommand.CommandText プロパティを設定してから、コマンドを実行する必要があります。
これは、System.Data.IDbConnection.CreateCommand メソッドと System.Data.Common.DbConnection.CreateCommand メソッドが厳密に型指定されたものです。