TDAProcessorOption
Overview
The TDAProcessorOption enumeration defines the individual options for the TDABusinessProcessor property
Location
- Unit: uDABusinessProcessor.pas
Value | Description |
---|---|
poAutoGenerateDelete | Generate automatic DELETE statements instead of using the DeleteCommandName |
poAutoGenerateInsert | Generate automatic INSERT statements instead of using the InsertCommandName |
poAutoGenerateRefreshDataset | Generate automatic SELECT statements instead of using the RefreshDatasetName |
poAutoGenerateUpdate | Generate automatic UPDATE statements instead of using the UpdateCommandName |
poIgnoreRowsAffected | Disables the "no rows were affected by this update" error message |
poPrepareCommands | Prepare commands against the back-end database for faster execution. See IDASQLCommand for details. |