AllowDynamicWhere
From RemObjects Software
This is a Data Abstract Feature topic
Feel free to add your notes to this topic below.
This a the boolean property of the DataAbstract service.
The AllowDynamicWhere property allows or forbids executing requests using dynamic where by the Data Abstract service.
By default, this property is set to True (Dynamic Where is allowed) but if you want to forbid such requests you can set this property to False.
If the Data Abstract service has the AllowDynamicWhere property set to False and you try to get a request via Dynamic Where, it fails with the "DynamicWhere support has been disabled (GetData)" exception.
Using AllowDynamicWhere is fully secure as each Dynamic Where will be validated. This validation restricts references to fields to those defined as part of the schema, thus preventing clients from circumventing access restrictions.
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
