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 interact with Spanner databases, enabling operations like filling datasets and updating the database.\u003c/p\u003e\n"],["\u003cp\u003eVersion 5.0.0-beta05 is the latest version, and there are many other versions available, including multiple beta versions, along with versions ranging from 3.5.0 to 4.6.0.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for automatically generating commands (Select, Insert, Update, Delete) based on a specified table, or for customizing commands as needed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e utilizes \u003ccode\u003eSpannerCommand\u003c/code\u003e objects for database operations and \u003ccode\u003eSpannerConnection\u003c/code\u003e for establishing a connection to the database.\u003c/p\u003e\n"],["\u003cp\u003eIt implements various interfaces like \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, inheriting functionality from related classes such as \u003ccode\u003eDbDataAdapter\u003c/code\u003e and \u003ccode\u003eComponent\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]