public sealed class DataQuery : IMessage<DataQuery>, IEquatable<DataQuery>, IDeepCloneable<DataQuery>, IBufferMessage, IMessage
Representation of the data query for the backend.
This is provided for informational purposes only. Clients should not use
it to send it to the backend directly, but rather use the execute RPC
to trigger the execution. Using the execute RPC is needed in order to
track the state of a question and report on it correctly to the data
administrators.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 2.0.0-alpha02, with 2.0.0-alpha01 and 1.0.0-alpha03 also listed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataQuery\u003c/code\u003e represents a data query for the backend but should not be directly sent; instead, use the \u003ccode\u003eexecute\u003c/code\u003e RPC to ensure proper question state tracking.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataQuery\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataQuery\u003c/code\u003e has two constructors: a default one and another that takes a \u003ccode\u003eDataQuery\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eSql\u003c/code\u003e property, which is a string representing the generated SQL query intended for the backend.\u003c/p\u003e\n"]]],[],null,[]]