DbObjectRetriever

This job step should no longer be used, use the HowTo - database integration (DB adapter).

The DbObjectRetriever loads data (messages, articles, etc.) from a database..

Name Meaning
TypeType of the job step.
NameName of the job step that will appear in the job designer
DescriptionOptional description for the job step.
MsgBoxName :MessageBox into which the loaded documents are sent.
Provider :Reference to the database.
HibernateConfigFile :Path that points to the Hibernate configuration file.
MaxRecords :Number of how many elements are processed at once.
QueryString :NHibernate QueryString for selection (SELECT).

The following JobSteps are usually connected to the DbObjectRetriever