public string AutoGeneratedCommandTable { get; set; }
The table to use for automatically built commands.
If set, the SpannerDataAdapter will automatically create commands for
SelectCommand, InsertCommand, UpdateCommand
and DeleteCommand selecting all columns for that Table.
You can choose to customize some or all of the commands and use the autogenerated commands
for ones you do not modify. For example, you can set SelectCommand to be
a custom SQL Query, and leave the other commands to be based on AutoGeneratedCommandTable
[[["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 for \u003ccode\u003eGoogle.Cloud.Spanner.Data.SpannerDataAdapter\u003c/code\u003e is \u003ccode\u003e5.0.0-beta05\u003c/code\u003e, while the current documented version is \u003ccode\u003e3.8.0\u003c/code\u003e, indicating the presence of both stable and beta releases.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerDataAdapter\u003c/code\u003e is a class that facilitates the filling of a \u003ccode\u003eDataSet\u003c/code\u003e and updating a Spanner database using data commands and a database connection.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports auto-generation of commands for \u003ccode\u003eSelect\u003c/code\u003e, \u003ccode\u003eInsert\u003c/code\u003e, \u003ccode\u003eUpdate\u003c/code\u003e, and \u003ccode\u003eDelete\u003c/code\u003e operations if the \u003ccode\u003eAutoGeneratedCommandTable\u003c/code\u003e property is set, allowing for custom or fully automated command usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class inherits from \u003ccode\u003eDbDataAdapter\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIComponent\u003c/code\u003e, \u003ccode\u003eIDisposable\u003c/code\u003e, \u003ccode\u003eICloneable\u003c/code\u003e, \u003ccode\u003eIDbDataAdapter\u003c/code\u003e, and \u003ccode\u003eIDataAdapter\u003c/code\u003e, giving it a wide range of capabilities and inherited members.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class provides a couple of constructors allowing the user to instantiate a new instance of the class, with the option to pass through a Spanner database connection, the autogenerated table commands and the primary keys.\u003c/p\u003e\n"]]],[],null,[]]