DataSource.ExecuteScalar Method
From System.Data.Generic
System.Data.Generic
| DataSourceExecuteScalar Method |
| Name | Description | |
|---|---|---|
|
|
ExecuteScalarT(String) |
Executes the query, and returns the first column of the first row in the result set returned by the query.
|
|
|
ExecuteScalar(String) |
Executes the query, and returns the first column of the first row in the result set returned by the query.
|
|
|
ExecuteScalarT(String, T) |
Executes the query, and returns the first column of the first row in the result set returned by the query.
|
|
|
ExecuteScalarT(String, TransactionContext, T) |
Executes the query, and returns the first column of the first row in the result set returned by the query. Supports transactions.
|