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 documents the `SpannerParameter` class, which is used to represent parameters for `SpannerCommand` objects within the Google Cloud Spanner .NET data library."],["The `SpannerParameter` class supports various properties, such as `ParameterName`, `SpannerDbType`, and `Value`, allowing for precise definition of parameter characteristics, including their type and association with data sources or columns."],["The class inherits from `DbParameter` and implements `IDbDataParameter`, `IDataParameter`, and `ICloneable`, incorporating functionality from these interfaces and its parent classes."],["The document lists multiple available versions of the `Spanner.Data` library, including the latest beta and stable releases, that contain the `SpannerParameter` class."],["`SpannerParameter` has constructors that allow for initialization with a name, type, value, and source column, and also has a `CommitTimestamp` static property that will be replaced with the commit time on insert or update."]]],[]]