Database::QueryValue Method
Executes a SQL query that returns a single scalar value as the result.
Assembly: WebMatrix.Data (in WebMatrix.Data.dll)
Parameters
- commandText
- Type: System::String
The SQL query to execute.
- args
- Type: array<System::Object>
(Optional) Parameters to pass to the SQL query.
Show: