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 `SpannerParameterCollection` class represents a collection of parameters used with a `SpannerCommand`, managing their mappings to columns in a `DataSet`."],["This class inherits from `DbParameterCollection` and implements multiple interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, offering comprehensive functionality for parameter management."],["You can add, remove, and manage `SpannerParameter` objects within the collection using several methods like `Add`, `Remove`, `Insert`, `Clear`, `Contains`, `IndexOf`, `CopyTo`, `Clone`, and more."],["The collection can be initialized with a set of `SpannerParameter` objects through its constructor, `SpannerParameterCollection(IEnumerable\u003cSpannerParameter\u003e initialParameters = null)`."],["The `SpannerParameterCollection` class is part of the `Google.Cloud.Spanner.Data` namespace within the `Google.Cloud.Spanner.Data.dll` assembly, and is used to manage parameters within the Google Cloud Spanner database environment."]]],[]]