DataAccessExecuteScalarDirect Method |
Executes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public Object ExecuteScalarDirect(
string sqlQuery
)
Public Function ExecuteScalarDirect (
sqlQuery As String
) As Object
Parameters
- sqlQuery
- Type: SystemString
A SQL statement to execute
Return Value
Type:
ObjectObsolete
See Also