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 `SpannerCommand` objects, managing their mappings to columns in a `DataSet`."],["This class inherits from `DbParameterCollection` and implements multiple interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, among others, providing comprehensive collection management capabilities."],["It supports various operations such as adding, removing, clearing, cloning, and searching for `SpannerParameter` objects within the collection."],["The `SpannerParameterCollection` allows adding parameters by name and type, or with a specified value, and provides methods to set or get parameters by index or name."],["The documentation includes version history information for the class, with version 5.0.0-beta05 as the latest release, and version 4.2.0 in particular that is being documented."]]],[]]