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."],[[["This document provides reference information for the `SpannerParameterCollection` class within the Google.Cloud.Spanner.Data namespace, detailing its purpose, inheritance, and implemented interfaces."],["The `SpannerParameterCollection` class represents a collection of parameters used with a `SpannerCommand`, mapping them to columns in a DataSet, with an option to initialize with a set of `SpannerParameter` objects."],["The class includes various methods for managing the parameter collection, such as adding, removing, clearing, cloning, and searching for parameters by name or index."],["The latest version in beta is 5.0.0-beta05, while the version for which this documentation is related is version 4.6.0, along with previous versions and betas being listed for reference."],["The SpannerParameterCollection class inherits from `DbParameterCollection` and implements multiple interfaces including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, showcasing its capabilities."]]],[]]