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-03-21 UTC."],[[["This webpage details the `SpannerDataAdapter` class, which is used to manage data transfer between a dataset and a Spanner database."],["The latest version of this class is 5.0.0-beta05, but there are many previous versions ranging down to version 3.5.0 available for review and reference."],["`SpannerDataAdapter` allows for automatic command generation for SQL queries, inserts, updates, and deletes, and can also be customized, while working with the `SpannerConnection` class."],["It implements several interfaces including `IComponent`, `IDisposable`, `ICloneable`, `IDbDataAdapter`, and `IDataAdapter`, providing a range of functionalities, such as the ability to work with various commands and properties, such as `DeleteCommand`, `InsertCommand`, `SelectCommand`, `UpdateCommand`, and more."],["The `SpannerDataAdapter` class includes events like `RowUpdated` and `RowUpdating` for monitoring changes and updates within the data source."]]],[]]