AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

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)
Executes a scalar query against the database.
Public method ExecuteScalar(String, array<Object>[]()[][])
Executes a scalar query against the database.
Public method ExecuteScalar(String, IDataAccessable)
Executes a scalar query against the database using a data object.
Public method ExecuteScalar(String, Dictionary<(Of <<'(Int32, Parameter>)>>))
Executes a scalar query against the database.
Public method ExecuteScalar(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>))
Executes a scalar query against the database.