Executing a SQL Query
Use the DbManager class to execute your SQL queries with just a few lines of code. The DbManager provides methods for DataSet, DataReader, ExecuteNonQuery, and ExecuteScalar operations.
Continue to the next step in the Quick Start guide.