Send feedback on this topic.
Teradata.Client.Provider
Version 13.0.0
.NET Data Provider for Teradata > Developer's Guide > Migration Considerations for the .NET Data Provider for Teradata > Version 13.0.0

Before upgrading to .NET Data Provider for Teradata version 13.0.0.1, please note that application changes may be required due to new feature content provided in this release.

UseEnhancedSchemaTable Connection String Attribute

More detailed metadata is now retrieved from the Teradata Database. The additional metadata has primarily improved the functionality of some of the existing features of the provider. Refer to New Features for a list of behavior changes made to the provider.

The side affect is that the behavior of the provider has been slightly modified. To control whether the provider uses the new behavior, the UseEnhancedSchemaTable Connection String Attribute is used. The following is a list of changes:

The default setting for the UseEnhancedSchemaTable Connection String Attribute is true. By default the provider will use the new behavior when connected to Teradata Database 6.2 or higher.

This attribute must be set to false if an application requires the behavior prior to the 13.0 release of the provider.

See Also

What's New in the .NET Data Provider for Teradata 13.0.0.1

TdConnectionStringBuilder.UseEnhancedSchemaTable

TdConnectionStringBuilder.EnableDateTimeOffset

TdDataReader.GetSchemaTable