Click or drag to resize
IDatabaseAbstracterExecuteReader Method (Config, SqlStatement)
Executes a SqlStatement returning data. Exclusion zones that end up being excluded are replaced by an empty string.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
IDataReader ExecuteReader(
	Config monConfig,
	SqlStatement stmt
)

Parameters

monConfig
Type: Activsoft.EngineConfig
Config instance that will be used to read the SqlStatement's parameters values
stmt
Type: Activsoft.Engine.DbSqlStatement
the SqlStatement to execute

Return Value

Type: IDataReader
a IDataReader to browse the returned data
See Also