readMany

Executes a multi sql read.

readMany
(
TModel : IMySqlModel
)
(
string sql
,
DbParam[string] params
,
string connectionString = null
)

Parameters

sql string

The sql query.

params DbParam[string]

The parameters.

connectionString string

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

Return Value

Type: auto

A range filled models with the rows returned by the sql read.

Meta