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."],[[["The `ResultSetMetadata` class provides metadata for `ResultSet` or `PartialResultSet` objects in the `Google.Cloud.Spanner.V1` namespace."],["This documentation covers multiple versions of the library, from version 3.5.0 up to the latest beta, 5.0.0-beta05, with 3.15.1 being the version currently viewed."],["`ResultSetMetadata` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResultSetMetadata` class has properties like `RowType`, which describes the fields and types in the result set, and `Transaction`, which provides information about a transaction initiated by a read or SQL query."],["There are two constructors for the `ResultSetMetadata` class, one is parameterless and the other takes a `ResultSetMetadata` object as a parameter."]]],[]]