Skip to content

QueryReadWriteOptions enum

Represents different options used during query loading or saving

public enum Korzh.EasyQuery.QueryReadWriteOptions
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
1ConditionsOnly conditions will be loaded/saved
2ColumnsOnly columns will be loaded/saved
4DescriptionOnly query description will be loaded/saved
7ContentConditions and columns and query description will be loaded/saved
8OptionsOnly query options will be loaded/saved
16FormatsOnly query formats will be loaded/saved
32ClientSideUsing this option means that we are going to create query’s representation for the client-side scripts. Warning: Don’t inlcude this option directly, it’s for internal use only. Use ClientSideContent instead
39ClientSideContentRepresents the default set of options for serializing a JSON representation of the query for the client-side (without all DB-related info)
4095AllAll query parts will be loaded/saved