Skip to main content

queryreadwriteoptions-class

public static class Korzh.EasyQuery.QueryReadWriteOptions

Assembly: Korzh.EasyQuery.dll

Static Fields

NameTypeDescription
AllBitOptions
ClientSideUInt64Using 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
ClientSideContentUInt64Represents the default set of options for serializing a JSON representation of the query for the client-side (without all DB-related info)
ColumnsUInt64Only columns will be loaded/saved
ConditionsUInt64Only conditions will be loaded/saved
ContentUInt64Conditions and columns and query description will be loaded/saved
DescriptionUInt64Only query description will be loaded/saved
OptionsUInt64Only query options will be loaded/saved