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\u003eThis webpage details the \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class, which is used to manage data commands and connections for filling a \u003ccode\u003eDataSet\u003c/code\u003e and updating a Spanner database.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 5.0.0-beta05, with multiple previous versions listed including a version 3.14.0, and each version link leads to the \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class documentation for that particular version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerDataAdapter\u003c/code\u003e allows automatic command generation for common database operations like select, insert, update, and delete based on a specified table, or permits using custom commands.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class inherits from \u003ccode\u003eDbDataAdapter\u003c/code\u003e and implements 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 to provide comprehensive data handling capabilities.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eAutoGeneratedCommandTable\u003c/code\u003e and \u003ccode\u003eAutoGeneratedCommandPrimaryKeys\u003c/code\u003e, as well as \u003ccode\u003eSelectCommand\u003c/code\u003e, \u003ccode\u003eInsertCommand\u003c/code\u003e, \u003ccode\u003eUpdateCommand\u003c/code\u003e, and \u003ccode\u003eDeleteCommand\u003c/code\u003e, which enable the configuration of how data is manipulated.\u003c/p\u003e\n"]]],[],null,[]]