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 for a `SpannerCommand`, which map to columns in a DataSet, and is part of the Google.Cloud.Spanner.Data namespace."],["This class supports various operations such as adding, removing, clearing, cloning, and searching for parameters, as well as managing their data types and values."],["The latest stable version available is 4.6.0, and 5.0.0-beta05 is the latest beta version, while version 4.3.0 is being discussed with many previous versions down to 3.5.0 also documented."],["`SpannerParameterCollection` implements multiple interfaces including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, providing a wide range of functionalities for parameter management."],["The `SpannerParameterCollection` can be initialized with a set of `SpannerParameter` objects and allows for the addition of new parameters either with just a name and type or with a name, type, and value."]]],[]]