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 documentation is for version 4.4.0 of the \u003ccode\u003eGoogle.Cloud.Spanner.Data\u003c/code\u003e library, with links provided for other versions including the latest beta release, 5.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpannerDataAdapter\u003c/code\u003e class is designed to manage data commands and database connections, enabling the population of a \u003ccode\u003eDataSet\u003c/code\u003e and subsequent updates to a Spanner database.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerDataAdapter\u003c/code\u003e offers methods for data manipulation, such as \u003ccode\u003eFill\u003c/code\u003e for populating data and \u003ccode\u003eUpdate\u003c/code\u003e for persisting changes to the database.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for automatic command creation based on a specified table, or customization of \u003ccode\u003eSelectCommand\u003c/code\u003e, \u003ccode\u003eInsertCommand\u003c/code\u003e, \u003ccode\u003eUpdateCommand\u003c/code\u003e, and \u003ccode\u003eDeleteCommand\u003c/code\u003e operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerDataAdapter\u003c/code\u003e includes properties to define a connection to the Spanner database (\u003ccode\u003eSpannerConnection\u003c/code\u003e) and manage commands for data operations.\u003c/p\u003e\n"]]],[],null,[]]