avoidFill Field

prevent filling of whole table during execution of DB Mappers, this is useful for very large tables that are incrementally filled and would take unnecessary long time to start the DB Mapper. If set to true then each record is searched independently by going to the database. If the records to be stored are not too many, then this is more efficient than loading a very large table.
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private bool avoidFill