-
Static initializer for a new SQL stored procedure string.
Method to instantiate a regular SQL string.
Method used to specify an SQL WHERE clause for an SQL Statement.
int
Deletes data from the database based on the specified WHERE clause
int
Deletes data from the database based on the specified WHERE clause and parameters
<T> T
Fetch object by arbitrary SQL
<T> T
Fetch an object of the specified type from the database.
Query for any arbitrary SQL statement.
Query for a list of objects of the specified class using the specified SQL query and parameters.