| Name | Description | |
|---|---|---|
![]() ![]() | ExecuteNonQuery | Executes a SQL statement against the connection and returns the number of rows affected. |
![]() ![]() | ExecuteQuery | Overloaded. Execute SQL query. |
![]() ![]() | ExecuteScalar | Executes the query, and returns the first column of the first row in the result set returned by the query.Additional columns or rows are ignored. |

