Link Search Menu Expand Document

Enumerations (Core)


Enumerations that are not tied to any specific database provider. These control how query expressions are composed and evaluated — Conjunction (AND/OR) and Operation (the comparison operators available to QueryField) — as well as broader library behavior: Order for sorting query results, ConnectionPersistency for controlling how a repository reuses its underlying connection, ConversionType for automatic type conversion during data extraction, and KeyColumnReturnBehavior for controlling which key value push operations return.


Table of contents