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 webpage details the `SpannerParameterCollection` class, which manages a collection of parameters for `SpannerCommand` objects in the Google Cloud Spanner .NET library."],["The `SpannerParameterCollection` class inherits from `DbParameterCollection` and implements several interfaces, including `IDataParameterCollection`, `IList`, and `IEnumerable\u003cSpannerParameter\u003e`."],["It supports adding, removing, and managing `SpannerParameter` objects, which can be associated with columns in a DataSet or used directly in SQL queries."],["The latest version available for `SpannerParameterCollection` is `5.0.0-beta05`, and the current version discussed in the content is `3.15.1`, with historical versions available for reference."],["The `SpannerParameterCollection` class provides methods for adding parameters by name, type, and value, as well as functionalities to check if parameters are contained in the collection and to clone the entire collection."]]],[]]