Class QueryOptions
- Inheritance
-
Query
Options
- Inherited Members
- Extension Methods
Properties
Count
Count algorithm to use to count rows in a table.
Property Value
DuplicateResolution
Specifies if duplicate rows should be ignored and not inserted.
Property Value
OnConflict
/// By specifying the onConflict query parameter, you can make UPSERT work on a column(s) that has a UNIQUE constraint.
Property Value
Returning
By default the new record is returned. Set this to 'Minimal' if you don't need this value.
Property Value
Upsert
If the record should be upserted