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 webpage details the `SpannerParameterCollection` class, which manages a collection of parameters for `SpannerCommand` objects in the `Google.Cloud.Spanner.Data` library."],["The latest beta version available is `5.0.0-beta05`, with a range of stable and beta versions from 3.5.0 to 4.6.0, alongside other older versions."],["The `SpannerParameterCollection` class inherits from `DbParameterCollection` and implements several interfaces including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`."],["Key functionalities of `SpannerParameterCollection` include adding, removing, cloning, and searching for parameters, and the ability to get the count of parameters."],["The `SpannerParameterCollection` class can be initialized with an `IEnumerable` of `SpannerParameter` objects, allowing you to pre-populate the collection if needed."]]],[]]