Send feedback on this topic.
Teradata.Client.Provider
UseEnhancedSchemaTable Attribute
.NET Data Provider for Teradata > Developer's Guide > Working with the Data Provider Features > TdCommandBuilder and TdDataAdapter Overview > UseEnhancedSchemaTable Attribute

The UseEnhancedSchemaTable connection string attribute was added in .NET Data Provider For Teradata 13.0, and has been depricated in 16.10. The default value for this property is true. When it is specified in a connection string, it will appear as:

    Data Source=TeradataServer; User Id=tdc; Password=petabyte; UseEnhancedSchemaTable=true;

When UseEnhancedSchemaTable is true the following features are provided:

When UseEnhancedSchemaTable is false the provider will have the same behavior as in pre-13.0 releases, with the following exception.

TdCommandBuilder always acts as though UseEnhancedSchemaTable=true.
This means that the following features and restrictions always apply:

See Also

UseEnhancedSchemaTable
TdDataReader.GetSchemaTable
DbCommandBuilder.ConflictOption