[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `SqlResult` class in the Google.Cloud.AlloyDb.V1 namespace represents the result of executing a SQL statement."],["The latest version of the `SqlResult` class is 1.9.0, with documentation available for versions ranging from 1.0.0 to 1.9.0."],["`SqlResult` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `SqlResult` class provides two properties: `Columns`, a list of `SqlResultColumn` objects that describe the columns in the result, and `Rows`, a list of `SqlResultRow` objects that contain the result data."],["The SqlResult class has two constructors, one default constructor: `SqlResult()` and one that takes another SqlResult object: `SqlResult(SqlResult other)`."]]],[]]