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 a range of previous versions from 5.0.0-beta04 down to 3.5.0 accessible."],["`SpannerParameterCollection` represents a collection of parameters that are used in association with a `SpannerCommand`, which can map to specific columns in a DataSet."],["This class inherits from `DbParameterCollection` and implements multiple interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and various `IEnumerable` interfaces."],["The class provides functionalities to add, remove, clone, and manage `SpannerParameter` objects, with methods to add them by name, type, and optional value."],["`SpannerParameterCollection` is used to manage parameters for database commands, including those for Insert, Update, Delete, and Select operations."]]],[]]