- exec
ulong exec(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
- query
DataRows query(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
- queryOneRow
DataRow queryOneRow(Connection conn, string cmd, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectDataRows
DataRows selectDataRows(DataRows rows, string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectDataRows
DataRows selectDataRows(DataRows rows, int rowsInPage, int pageno)
Undocumented in source. Be warned that the author may not have intended to support it.