ULCommand オブジェクトを、指定されたコマンド・テキスト、接続、トランザクションで初期化します。
Visual Basic Public Sub New( _ ByVal cmdText As String, _ ByVal connection As ULConnection, _ ByVal transaction As ULTransaction _ )
C# public ULCommand( string cmdText, ULConnection connection, ULTransaction transaction );
cmdText ULCommand.CommandType が System.Data.CommandType.TableDirect である場合の、SQL 文のテキストまたはテーブルの名前。パラメータ化された文の場合、疑問符 (?) プレースホルダを使用してパラメータを渡します。
connection 現在の接続を表す ULConnection オブジェクト。
transaction ULCommand が実行される ULTransaction。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |