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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpannerParameterCollection\u003c/code\u003e class represents a collection of parameters used with a \u003ccode\u003eSpannerCommand\u003c/code\u003e, managing their mappings to columns in a \u003ccode\u003eDataSet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eDbParameterCollection\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIDataParameterCollection\u003c/code\u003e, \u003ccode\u003eIList\u003c/code\u003e, \u003ccode\u003eICollection\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, offering comprehensive functionality for parameter management.\u003c/p\u003e\n"],["\u003cp\u003eYou can add, remove, and manage \u003ccode\u003eSpannerParameter\u003c/code\u003e objects within the collection using several methods like \u003ccode\u003eAdd\u003c/code\u003e, \u003ccode\u003eRemove\u003c/code\u003e, \u003ccode\u003eInsert\u003c/code\u003e, \u003ccode\u003eClear\u003c/code\u003e, \u003ccode\u003eContains\u003c/code\u003e, \u003ccode\u003eIndexOf\u003c/code\u003e, \u003ccode\u003eCopyTo\u003c/code\u003e, \u003ccode\u003eClone\u003c/code\u003e, and more.\u003c/p\u003e\n"],["\u003cp\u003eThe collection can be initialized with a set of \u003ccode\u003eSpannerParameter\u003c/code\u003e objects through its constructor, \u003ccode\u003eSpannerParameterCollection(IEnumerable<SpannerParameter> initialParameters = null)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerParameterCollection\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Spanner.Data\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Spanner.Data.dll\u003c/code\u003e assembly, and is used to manage parameters within the Google Cloud Spanner database environment.\u003c/p\u003e\n"]]],[],null,[]]