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 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerParameterCollection\u003c/code\u003e is a class representing a set of parameters linked to a \u003ccode\u003eSpannerCommand\u003c/code\u003e, and their corresponding links to columns in a \u003ccode\u003eDataSet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eSpannerParameterCollection\u003c/code\u003e inherits from \u003ccode\u003eDbParameterCollection\u003c/code\u003e and implements interfaces like \u003ccode\u003eIDataParameterCollection\u003c/code\u003e, \u003ccode\u003eIList\u003c/code\u003e, \u003ccode\u003eICollection\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, among others.\u003c/p\u003e\n"],["\u003cp\u003eYou can add new parameters to the collection using the \u003ccode\u003eAdd\u003c/code\u003e methods, which support specifying the parameter name, \u003ccode\u003eSpannerDbType\u003c/code\u003e, and an optional value, and there is also a constructor that allows you to specify initial parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerParameterCollection\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]