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. Must not be null
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. 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 page details the `SpannerParameterCollection` class, which manages a collection of parameters for `SpannerCommand` objects in the `Google.Cloud.Spanner.Data` namespace."],["Version information ranges from 3.5.0 to 5.0.0-beta05, with 5.0.0-beta05 being the latest, while version 3.8.0 was used as reference, as it appears in many of the hyperlinks."],["`SpannerParameterCollection` inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`."],["The class provides methods to add, remove, access, and manage `SpannerParameter` objects within the collection, such as `Add`, `Remove`, `IndexOf`, and `Contains`."],["The `SpannerParameterCollection` can be initialized with an optional set of `SpannerParameter` objects and allows cloning of the collection through the `Clone()` method."]]],[]]