UseEnhancedSchemaTable
Gets or sets a Boolean value that indicates whether the GetSchemaTable method returns additional result set metadata (default: true).
Data Type
bool
Default Value
true
Remarks
Gets or sets a Boolean value that indicates whether the GetSchemaTable returns additional metadata (e.g., IsKey and IsUnique). The default is true. This feature is available when you are connected to Teradata Database 6.2 or higher.
When UseEnhancedSchemaTable is set to true, TeradataCommandBuilder requires a key to generate UPDATE, INSERT, and DELETE SQL commands.
For more information, refer to the entry for UseEnhancedSchemaTable in the Teradata Data Provider documentation.