MySqlAdapter.existsRaw

Validates whether a row is selected from the raw query or not.

class MySqlAdapter(TModel)
final override
bool
existsRaw
(
string query
,,
string connectionString = null
)

Parameters

query string

The sql query.

params DbParam[]

The parameters.

connectionString string

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

Return Value

Type: bool

True if the row exists, false otherwise.

Meta