Click or drag to resize
AbstractDatabaseAbstracterExecuteReader Method
Overload List
  NameDescription
Public methodExecuteReader(IDbCommand)
Executes a IDbCommand returning data.
Public methodExecuteReader(String)
Executes a SQL request returning data.
Public methodExecuteReader(Config, SqlStatement)
Executes a SqlStatement returning data. Exclusion zones that end up being excluded are replaced by an empty string.
Public methodExecuteReader(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.
Top
See Also