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 \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class is used to fill a \u003ccode\u003eDataSet\u003c/code\u003e and update a Spanner database with a set of data commands and a database connection.\u003c/p\u003e\n"],["\u003cp\u003eIt supports automatically generating commands for \u003ccode\u003eSelectCommand\u003c/code\u003e, \u003ccode\u003eInsertCommand\u003c/code\u003e, \u003ccode\u003eUpdateCommand\u003c/code\u003e, and \u003ccode\u003eDeleteCommand\u003c/code\u003e based on a specified table, which can then be further customized.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties to define commands for delete, insert, select, and update operations, as well as the Spanner database connection, and also allows definition of the primary keys.\u003c/p\u003e\n"],["\u003cp\u003eThe document also specifies the latest beta version to be 5.0.0-beta05, along with a list of previous versions from 3.5.0 up to 5.0.0-beta04.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces such as \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, providing functionality for managing components, resources, cloning, and data manipulation.\u003c/p\u003e\n"]]],[],null,[]]