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-04-09 UTC."],[[["The latest version of the SpannerParameterCollection is 5.0.0-beta05, while version 4.0.0 is also detailed in the documentation, alongside several other versions."],["SpannerParameterCollection manages parameters for SpannerCommand, mapping them to columns in a DataSet."],["The SpannerParameterCollection class inherits from DbParameterCollection and implements interfaces such as IDataParameterCollection, IList, and IEnumerable."],["It provides methods to add, remove, clear, and manipulate SpannerParameter objects within the collection, as well as to check for their existence."],["The SpannerParameterCollection can be initialized with a set of SpannerParameter objects, and it includes methods for adding new parameters with specified names, types, and values."]]],[]]