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, ByVal transaction As ULTransaction )
public ULCommand( string cmdText, ULConnection connection, ULTransaction transaction )
cmdText ULCommand.CommandType プロパティが System.Data.CommandType.TableDirect である場合の、SQL 文のテキストまたはテーブルの名前。パラメーター化された文の場合、疑問符 (?) プレースホルダを使用してパラメーターを渡します。
接続 現在の接続を表す ULConnection オブジェクト。
transaction ULCommand オブジェクトが実行される ULTransaction オブジェクト。