Skip to content

EqRequestOptions class

Represents different options used in AJAX requests from EasyQuery JS widgets to server-side controller.

public class Korzh.EasyQuery.Services.EqRequestOptions
TypeNameDescription
Int32ResultFormatGets or sets the result format. 1 - Google DataTable (default), 0 - old style.
BooleanReturnStatementGets or sets a value indicating whether the generated SQL / LINQ statement should be returned in result.
TypeNameDescription
voidLoadFromJsonDict(JsonDict dict)Loads request options from IDictionary object. Useful for deserialization from JSON.