This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method ExecuteScalar<(Of <<'(T>)>>)(IDbCommand)
Executes the query and returns a single value from the query.
Public method ExecuteScalar<(Of <<'(T>)>>)(IDbCommand, DatabaseExecuteSettings)
Executes the query and returns a single value from the query.
Public method ExecuteScalar<(Of <<'(T>)>>)(String, array<Object>[]()[][])
Executes the query and returns an boolean value from the query.
Public method ExecuteScalar<(Of <<'(T>)>>)(IDbCommand, String, array<Object>[]()[][])
Executes the query and returns a value of type T from the query.

See Also

Database Class
Database Members
Smartsite.Data Namespace
Advanced