public sealed class Field : IMessage<StructType.Types.Field>, IEquatable<StructType.Types.Field>, IDeepCloneable<StructType.Types.Field>, IBufferMessage, IMessage
The name of the field. For reads, this is the column name. For
SQL queries, it is the column alias (e.g., "Word" in the
query "SELECT 'hello' AS Word"), or the column name (e.g.,
"ColName" in the query "SELECT ColName FROM Table"). Some
columns might have an empty name (e.g., "SELECT
UPPER(ColName)"). Note that a query result can contain
multiple fields with the same name.
[[["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-08-04 UTC."],[[["This webpage details the `Field` class within the `Google.Cloud.Spanner.V1` namespace, specifically focusing on version 3.11.0, which represents a single field of a struct in Google Cloud Spanner."],["The `Field` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The page provides access to multiple versions of the `Field` class documentation, ranging from the latest beta (5.0.0-beta05) down to version 3.5.0, allowing developers to access historical API documentation."],["Key properties of the `Field` class include `Name`, representing the field's name or alias, and `Type`, indicating the data type of the field, with links provided to their respective documentation pages for further details."],["The `Field` class offers two constructors, one default and one that accepts another `StructType.Types.Field` object, enabling object creation and copying."]]],[]]