Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULCommand オブジェクトを、指定されたコマンドテキストと接続で初期化します。
Public Sub New( ByVal cmdText As String, ByVal connection As ULConnection )
public ULCommand(string cmdText, ULConnection connection)
cmdText ULCommand.CommandType プロパティが System.Data.CommandType.TableDirect である場合の、SQL 文のテキストまたはテーブルの名前。パラメーター化された文の場合、疑問符 (?) プレースホルダを使用してパラメーターを渡します。
connection 現在の接続を表す ULConnection オブジェクト。
ULCommand オブジェクトに ULCommand.Transaction プロパティが設定されていないと、文を実行できないことがあります。