SQL..::..ExecuteScalar Method
Overload List
| Name | Description | |
|---|---|---|
|
|
ExecuteScalar(SQL..::..Command) |
Executes a scalar query against the database.
|
|
|
ExecuteScalar(String) |
Executes a scalar query against the database.
|
|
|
ExecuteScalar(String, CommandType) |
Executes a scalar query against the database.
|
|
|
ExecuteScalar(String, array<Object>[]()[][]) |
Executes a scalar query against the database.
|
|
|
ExecuteScalar(String, IDataAccessable) |
Executes a scalar query against the database using a data object.
|
|
|
ExecuteScalar(String, Dictionary<(Of <<'(Int32, Parameter>)>>)) |
Executes a scalar query against the database.
|
|
|
ExecuteScalar(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>)) |
Executes a scalar query against the database.
|

