Command.this

Construct a Command object complete with SQL

  1. this(Connection con)
  2. this(Connection con, string sql)
    struct Command
    this
    (,
    string sql
    )

Parameters

sql string

SQL command string.

Meta