|
Name |
Description |
|
ExecuteScalar(IDbCommand, String, Object)
|
Executes the SQL statement using IDbCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OdbcCommand, String, Object)
|
Executes the SQL statement using OdbcCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OdbcConnection, String, Object)
|
Executes the SQL statement using OdbcConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OleDbCommand, String, Object)
|
Executes the SQL statement using OleDbCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OleDbConnection, String, Object)
|
Executes the SQL statement using OleDbConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(SqlCommand, String, Object)
|
Executes the SQL statement using SqlCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(SqlConnection, String, Object)
|
Executes the SQL statement using SqlConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(IDbCommand, String, Int32, Object)
|
Executes the SQL statement using IDbCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OdbcCommand, String, Int32, Object)
|
Executes the SQL statement using OdbcCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OdbcConnection, String, Int32, Object)
|
Executes the SQL statement using OdbcConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OleDbCommand, String, Int32, Object)
|
Executes the SQL statement using OleDbCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(OleDbConnection, String, Int32, Object)
|
Executes the SQL statement using OleDbConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(SqlCommand, String, Int32, Object)
|
Executes the SQL statement using SqlCommand, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalar(SqlConnection, String, Int32, Object)
|
Executes the SQL statement using SqlConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalarTConnection(TConnection, String, Object)
|
Executes the SQL statement using IDbConnection, and returns the value in the first column
of the first row in the result set.
|
|
ExecuteScalarTConnection(TConnection, String, Int32, Object)
|
Executes the SQL statement using IDbConnection, and returns the value in the first column
of the first row in the result set.
|