Click or drag to resize

DataAccessExecuteScalar Method

Overload List
  NameDescription
Public methodExecuteScalar(String)
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored
Public methodExecuteScalar(String, Hashtable)
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored
Public methodExecuteScalar(String, Object)
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored
Public methodExecuteScalar(String, Hashtable, Object)
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored
Top
See Also