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 latest version available for `SpannerParameterCollection` is `5.0.0-beta05`, with previous versions ranging down to `3.5.0`."],["`SpannerParameterCollection` manages a set of parameters for a `SpannerCommand`, linking them to columns in a `DataSet`."],["This class inherits from `DbParameterCollection` and implements interfaces such as `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`."],["It offers methods for adding, removing, and manipulating parameters, including `Add`, `Remove`, `Clear`, `Clone`, and `Contains`."],["The `SpannerParameterCollection` class can be initialized with a set of optional `SpannerParameter` objects using the `SpannerParameterCollection(IEnumerable\u003cSpannerParameter\u003e)` constructor."]]],[]]