DataSourceKeySetOptions
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Specifies the behavior of SQL Select statements with a auto-unique column (Rowid).
Valid values
- No_Rowid_with_asterisk, which specifies that a Select statement of the format
SELECT *, ROWIDis not allowed. - Rowid_with_group_by, which specifies that a Select statement with ROWID in the Select clause and in a Group By clause is allowed.
- Rowid_with_order_by, which specifies that a Select statement with ROWID in the Select clause and in a Order By clause is allowed.
- Rowid_with_table_alias, which specifies that a Select statement with ROWID in the Select clause and a table alias in the From clause is allowed.
Type
Dynamic