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 documentation is for version 4.4.0 of the `Google.Cloud.Spanner.Data` library, with links provided for other versions including the latest beta release, 5.0.0-beta05."],["The `SpannerDataAdapter` class is designed to manage data commands and database connections, enabling the population of a `DataSet` and subsequent updates to a Spanner database."],["`SpannerDataAdapter` offers methods for data manipulation, such as `Fill` for populating data and `Update` for persisting changes to the database."],["The class allows for automatic command creation based on a specified table, or customization of `SelectCommand`, `InsertCommand`, `UpdateCommand`, and `DeleteCommand` operations."],["`SpannerDataAdapter` includes properties to define a connection to the Spanner database (`SpannerConnection`) and manage commands for data operations."]]],[]]