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 is 5.0.0-beta05, and this page covers the documentation for version 3.11.0, with various other versions listed, including beta and full releases, down to version 3.5.0."],["`SpannerParameterCollection` is a class representing a set of parameters linked to a `SpannerCommand`, and their corresponding links to columns in a `DataSet`."],["The class `SpannerParameterCollection` inherits from `DbParameterCollection` and implements interfaces like `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, among others."],["You can add new parameters to the collection using the `Add` methods, which support specifying the parameter name, `SpannerDbType`, and an optional value, and there is also a constructor that allows you to specify initial parameters."],["The `SpannerParameterCollection` allows the management of these parameters with methods for adding, removing, clearing, inserting, and cloning parameters, as well as getting a parameter, or getting the index of a given parameter, and various other related methods."]]],[]]