AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..ExecuteScalar Method

Overload List


  Name Description
Public method ExecuteScalar(SQL..::..Command)
Executes a scalar query against the database.
Public method ExecuteScalar(String)
Executes a scalar query against the database.
Public method ExecuteScalar(String, CommandType)
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteScalar(String, array<Object>[]()[][])
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteScalar(String, IDataAccessable)
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteScalar(String, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.
Public method ExecuteScalar(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.