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 latest version available is 5.0.0-beta05, and there are multiple other versions listed, ranging from 5.0.0-beta04 down to 3.5.0."],["`SpannerParameter` is a class that represents a parameter for a `SpannerCommand` and its mapping to DataSet columns."],["The class `SpannerParameter` inherits from `DbParameter`, `MarshalByRefObject`, and `Object`, while implementing `IDbDataParameter`, `IDataParameter`, and `ICloneable` interfaces."],["It offers constructors to create instances with or without parameter name, type, value, and source column, allowing flexibility."],["`SpannerParameter` class includes properties such as `CommitTimestamp`, `DbType`, `SpannerDbType`, `Value`, and more, to define parameter attributes."]]],[]]