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-03-21 UTC."],[[["The `SpannerParameter` class represents a parameter for a `SpannerCommand` and its mapping to `DataSet` columns."],["The latest beta version available is `5.0.0-beta05`, while the latest stable version is `4.6.0`, with `4.0.0` as a specified version, and many versions going down to `3.5.0`."],["`SpannerParameter` objects can be constructed with a parameter name, `SpannerDbType`, value, and source column."],["The class inherits from `DbParameter` and implements `IDbDataParameter`, `IDataParameter`, and `ICloneable`, providing functionalities like specifying the parameter's data type, direction, and nullability."],["`CommitTimestamp` is a static property that returns a value to be replaced with a commit timestamp on insert or update operations for Timestamp values."]]],[]]