runSQL

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool runSQL(Connection dbConn, string sql)
  2. bool runSQL(Connection dbConn, ulong rowsAffected, string sql)
    bool
    runSQL
    (
    Connection dbConn
    ,
    ref ulong rowsAffected
    ,
    string sql
    )
  3. bool runSQL(Command db)
  4. bool runSQL(Command db, ulong rowsAffected)

Meta