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 a `SpannerCommand`, mapping them to columns in a DataSet, with the latest beta version being 5.0.0-beta05."],["This class inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`."],["It provides methods to add, remove, clear, and manage `SpannerParameter` objects within the collection, including methods to add with type and values."],["The class offers properties to check the collection's size, read-only status, and synchronization, as well as allowing for the cloning of the parameter collections."],["There are multiple versions available, spanning from 3.5.0 to 5.0.0-beta05, for the different releases of this class."]]],[]]