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)
public ULCommand(string cmdText)
cmdText ULCommand.CommandType プロパティが System.Data.CommandType.TableDirect である場合の、SQL 文のテキストまたはテーブルの名前。パラメーター化された文の場合、疑問符 (?) プレースホルダを使用してパラメーターを渡します。
ULCommand オブジェクトに ULCommand.Connection プロパティと ULCommand.Transaction プロパティが設定されていないと、文を実行できません。