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 comprehensive reference information for the `SpannerParameterCollection` class within the Google.Cloud.Spanner.Data namespace, specifically detailing its functionality and usage in managing parameters for Spanner commands."],["The `SpannerParameterCollection` class is designed to handle a collection of parameters that are associated with a `SpannerCommand`, mapping them to columns in a DataSet."],["It provides methods for adding, removing, and manipulating `SpannerParameter` objects, including adding parameters by name and type, or by name, type, and value."],["This class inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, and `ICollection`, providing a rich set of functionalities for parameter management."],["The latest version available is `5.0.0-beta05`, with previous versions spanning down to version `3.5.0`, allowing access to documentation for older versions as well."]]],[]]