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-03-21 UTC."],[[["This documentation pertains to the `StructType.Types.Field` class within the Google Cloud Spanner v1 API, detailing its structure and functionality."],["The class `StructType.Types.Field` is designed to represent a single field within a struct, applicable for both data reads and SQL queries."],["It is part of the `Google.Cloud.Spanner.V1` namespace and is implemented in the `Google.Cloud.Spanner.V1.dll` assembly, with the latest beta version being `5.0.0-beta05`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["The `StructType.Types.Field` class has two constructors, one for creating an empty instance, and another for creating an instance by cloning an existing `StructType.Types.Field` instance, as well as it having two properties: `Name` to hold the field name and `Type` to hold the field's type."]]],[]]