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` to map to columns in a `DataSet`."],["This class inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`."],["It provides methods for adding, removing, and managing `SpannerParameter` objects, which can be added by parameter name, Spanner database type, and parameter value."],["The class offers functionalities such as cloning, clearing, searching, and copying the collection, as well as setting and getting parameter values by index or name."],["The collection allows for initialization with an optional set of `SpannerParameter` objects and can be used in conjunction with various SQL operations."]]],[]]