The name of the parameter. For Insert, Update and Delete commands, this name should
be the name of a valid column in a Spanner table. In Select commands, this name should be the name of a parameter
used in the SQL Query. This value is case sensitive. Must not be null.
[[["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-09 UTC."],[[["The `SpannerParameter` class represents a parameter used in a `SpannerCommand`, allowing for mapping to DataSet columns."],["It supports various versions, with version `5.0.0-beta05` being the latest, and version `3.12.0` being the current version, as indicated in the navigation."],["The class includes constructors to initialize a `SpannerParameter` with a name, data type (`SpannerDbType`), value, and source column."],["Key properties include `SpannerDbType`, `CommitTimestamp`, and standard database parameter properties like `DbType`, `ParameterName`, and `Value`."],["The class inherits from `DbParameter`, `MarshalByRefObject` and `Object`, implementing `IDbDataParameter`, `IDataParameter` and `ICloneable`."]]],[]]