System.Data.Generic
| DataSourceExecuteScalar Method |
Overload List
| 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.
|
See Also