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."],[[["This webpage details the `SpannerParameter` class, which is used to represent parameters within `SpannerCommand` objects for interacting with Google Cloud Spanner."],["The `SpannerParameter` class inherits from `DbParameter` and implements interfaces like `IDbDataParameter`, `IDataParameter`, and `ICloneable`."],["The class offers constructors to initialize `SpannerParameter` instances, allowing for the specification of a parameter name, its type, value, and a source column for DataTable mapping."],["The `CommitTimestamp` property provides a value that's replaced with an actual commit timestamp upon insertion or update, suitable for `Timestamp` values."],["The page provides access to multiple versions of this API, ranging from the latest beta `5.0.0-beta05` all the way back to version `3.5.0`."]]],[]]