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) |
Builds an ArrayList of HashTables from the resultset.
|
|
|
ExecuteScalar(String, array<Object>[]()[][]) |
Builds an ArrayList of HashTables from the resultset.
|
|
|
ExecuteScalar(String, IDataAccessable) |
Builds an ArrayList of HashTables from the resultset.
|
|
|
ExecuteScalar(String, Dictionary<(Of <<'(Int32, Parameter>)>>)) |
Builds an ArrayList of HashTables from the resultset.
|
|
|
ExecuteScalar(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>)) |
Builds an ArrayList of HashTables from the resultset.
|

