Click or drag to resize
AbstractDatabaseAbstracterExecuteReader Method (Config, SqlStatement, String)
Executes a SqlStatement returning data. Parameter values are read from the Config object. Exclusion zones that end up being excluded are replaced by replaceEmptyZone.

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

Parameters

monConfig
Type: Activsoft.EngineConfig
Config instance that will be used to read the SqlStatement's parameters values
st
Type: Activsoft.Engine.DbSqlStatement
the SqlStatement to execute
replaceEmptyZone
Type: SystemString
the text to replace exclusion zones with

Return Value

Type: IDataReader
a IDataReader to browse the returned data

Implements

IDatabaseAbstracterExecuteReader(Config, SqlStatement, String)
See Also