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`, allowing it to function as a versatile collection."],["It supports various methods for parameter management, such as adding parameters by name and type, clearing, cloning, inserting, removing, and checking for the existence of parameters."],["The collection can be initialized with a set of `SpannerParameter` objects, providing flexibility in its setup."],["It is possible to add a parameter using a parameter name and `SpannerDbType` or also include the value when adding a new parameter to the collection."]]],[]]