public sealed class StructType.Types.Field : IMessage<StructType.Types.Field>, IEquatable<StructType.Types.Field>, IDeepCloneable<StructType.Types.Field>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class StructType.Types.Field.
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."],[[["The content provides documentation for the `StructType.Types.Field` class within the Google Cloud Spanner V1 API for .NET, with the latest stable version being 4.6.0."],["`StructType.Types.Field` represents a single field within a struct and is used in the context of reading and SQL queries in Spanner."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities for the class."],["The documentation includes details on the class's constructors, `Field()` and `Field(Field)`, and its properties, `Name` (a string) and `Type` (a `Google.Cloud.Spanner.V1.Type`)."],["There is an extensive list of previous versions of this api, that users can navigate to, ranging from version `5.0.0-beta05` down to version `3.5.0`."]]],[]]