Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SQL Anywhere データベースに対して実行される SQL 文またはストアドプロシージャーです。
Public Sub New( ByVal cmdText As String, ByVal connection As SAConnection )
public SACommand(string cmdText, SAConnection connection)
cmdText SQL 文またはストアドプロシージャーのテキスト。パラメーター化された文の場合、疑問符 (?) プレースホルダーを使用してパラメーターを渡します。
接続 現在の接続。