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."],[[["This documentation page covers the `SpannerParameterCollection` class, which is used for managing a collection of parameters for Spanner commands in the Google Cloud Spanner .NET library."],["The `SpannerParameterCollection` class inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, `ICollection`, and `IEnumerable`, enabling it to manage a collection of `SpannerParameter` objects."],["This collection can be initialized with a set of parameters, and allows for adding, removing, and managing parameter values, types, and names, which are utilized in Spanner SQL queries or when interacting with Spanner tables."],["The page provides details on how to add parameters using various `Add` methods, along with retrieving, inserting, and removing parameters using their index or name, and also includes information about other methods like `Clear`, `Clone`, `Contains` and more."],["The available versions of the Google Cloud Spanner Data library range from version 3.5.0 to the latest beta, 5.0.0-beta05, with multiple versions available, with the current version being 4.4.0."]]],[]]