public sealed class ResultSetMetadata : IMessage<ResultSetMetadata>, IEquatable<ResultSetMetadata>, IDeepCloneable<ResultSetMetadata>, IBufferMessage, IMessage
Metadata about a [ResultSet][google.spanner.v1.ResultSet] or [PartialResultSet][google.spanner.v1.PartialResultSet].
Indicates the field names and types for the rows in the result
set. For example, a SQL query like "SELECT UserId, UserName FROM
Users" could return a row_type value like:
[[["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."],[[["This webpage provides documentation for the `ResultSetMetadata` class within the `Google.Cloud.Spanner.V1` namespace, detailing its functionality and usage."],["The `ResultSetMetadata` class, found in the `Google.Cloud.Spanner.V1.dll` assembly, provides metadata about a `ResultSet` or `PartialResultSet`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The documentation includes information on the class's constructors, `ResultSetMetadata()` and `ResultSetMetadata(ResultSetMetadata other)`, and their parameters, as well as two key properties: `RowType` and `Transaction`."],["This page lists several versions of the `Google.Cloud.Spanner.V1` library, from 3.5.0 to the latest beta 5.0.0-beta05, offering links to detailed documentation for each release."]]],[]]