MsSqlAdapter.readManyRaw

Executes a raw multi sql read.

class MsSqlAdapter(TModel)
final override
TModel[]
readManyRaw
(
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: TModel[]

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

Meta