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."],[[["This webpage details the `SpannerParameter` class, which is used to define parameters for `SpannerCommand` objects in the Google Cloud Spanner .NET data library."],["The `SpannerParameter` class allows for the specification of parameter names, types, values, and source columns, crucial for interacting with Spanner tables in insert, update, delete, and select operations."],["The page also documents the numerous versions of `SpannerParameter`, from the latest beta (5.0.0-beta05) to older releases as early as 3.5.0, which implies version compatibility and history."],["This class inherits from `DbParameter` and implements `IDbDataParameter`, `IDataParameter`, and `ICloneable`, supporting various parameter properties and methods, like `DbType`, `Direction`, `Value` and `Clone`."],["The `SpannerParameter` class provides specialized properties such as `CommitTimestamp` and `SpannerDbType`, to support Spanner specific type needs."]]],[]]