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."],[[["The latest version available for `Google.Cloud.Spanner.Data.SpannerDataAdapter` is `5.0.0-beta05`, while the current documented version is `3.8.0`, indicating the presence of both stable and beta releases."],["`SpannerDataAdapter` is a class that facilitates the filling of a `DataSet` and updating a Spanner database using data commands and a database connection."],["This class supports auto-generation of commands for `Select`, `Insert`, `Update`, and `Delete` operations if the `AutoGeneratedCommandTable` property is set, allowing for custom or fully automated command usage."],["The `SpannerDataAdapter` class inherits from `DbDataAdapter` and implements several interfaces including `IComponent`, `IDisposable`, `ICloneable`, `IDbDataAdapter`, and `IDataAdapter`, giving it a wide range of capabilities and inherited members."],["The `SpannerDataAdapter` class provides a couple of constructors allowing the user to instantiate a new instance of the class, with the option to pass through a Spanner database connection, the autogenerated table commands and the primary keys."]]],[]]