readSingleRaw

Executes a single raw sql read.

TModel
readSingleRaw
(
TModel : IMySqlModel
)
(
string sql
,,
string connectionString = null
)

Parameters

sql string

The sql query.

params DbParam[]

The parameters.

connectionString string

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

Return Value

Type: TModel

The model of the first row read.

Meta