Database::QuerySingle Method

Executes a SQL query that returns a single row as the result.

Namespace:  WebMatrix.Data
Assembly:  WebMatrix.Data (in WebMatrix.Data.dll)

public:
Object^ QuerySingle(
	String^ commandText, 
	... array<Object^>^ args
)

Parameters

commandText
Type: System::String
The SQL query to execute.
args
Type: array<System::Object>
(Optional) Parameters to pass to the SQL query.

Return Value

Type: System::Object
The single row returned by the SQL query.

  • Medium trust for the immediate caller. This member can be used by partially trusted code.
Show: