DataSource.ExecuteScalar Method

System.Data.Generic

DataSourceExecuteScalar Method
Overload List
  Name Description
Public method ExecuteScalarT(String)
Executes the query, and returns the first column of the first row in the result set returned by the query.
Public method ExecuteScalar(String)
Executes the query, and returns the first column of the first row in the result set returned by the query.
Public method ExecuteScalarT(String, T)
Executes the query, and returns the first column of the first row in the result set returned by the query.
Public method 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.
Top
See Also