MySqlAdapter.scalarImpl

Executes a scalar sql statement.

class MySqlAdapter(TModel)
protected final override
Variant
scalarImpl
(
string query
,
DbParam[string] params
,
string connectionString = null
)

Parameters

query string

The sql query.

params DbParam[string]

The parameters.

connectionString string

The connection string. (If null, it will select the default)

Return Value

Type: Variant

The value of the statement.

Meta