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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `SpannerDataAdapter` class, which is used to manage data commands and connections for filling a `DataSet` and updating a Spanner database."],["The latest version available is 5.0.0-beta05, with multiple previous versions listed including a beta, and other versions going back as far as 3.5.0."],["`SpannerDataAdapter` includes properties such as `AutoGeneratedCommandTable`, `DeleteCommand`, `InsertCommand`, `SelectCommand`, `UpdateCommand`, and `SpannerConnection`, allowing for control over database interactions."],["The class supports automatic command generation based on a specified table, and allows overriding any or all commands for more specific database operation needs."],["Methods like `Fill`, `OnRowUpdated`, and `OnRowUpdating` are available to manage data population and to intercept updates to the database, along with RowUpdating and RowUpdated events."]]],[]]