Send feedback on this topic.
Teradata.Client.Provider
Entity Provider Store Schema Collection
.NET Data Provider for Teradata > Developer's Guide > ADO.NET Entity Provider for Teradata > Entity Provider Store Schemas > Entity Provider Store Schema Collection
.NET CORE   This feature is not supported by the .NET Core implementation of the Data Provider.

The Entity Provider for Teradata supports store SchemaInformation schema. The exact layout is dictated by the conceptual schema model defined in the Common.ConceptualSchemaDefinition.csdl resource embedded in the System.Data.Entity.dll assembly.

Schema Description
Tables Returns information about TABLE objects
TableColumns Returns information about COLUMN objects including data type and length.
TableConstraints Returns information about constraints on a TABLE objects.
TableForeignKeys Returns information about FOREIGN KEY constraint relationship between tables.
Views This store schema is supported starting from .NET Data Provider for Teradata 13.11. However, an entry must be added to the application configuration file to enable the support. Refer to Mapping Tables to Store Schemas for more information.
ViewColumns This store schema is supported starting from .NET Data Provider for Teradata 13.11. However, an entry must be added to the application configuration file to enable the support. Refer to Mapping Tables to Store Schemas for more information.
ViewConstraints Not Supported in this release.
ViewForeignKeys Not Supported in this release.
Functions Returns information about USER DEFINED FUNCTION objects including, Scalar, Table and Aggregate User Defined Functions.
FunctionParameters Returns information about Input Parameters for User Defined Functions.
Procedures Returns information about PROCEDURES objects including EXTERNAL Stored Procedures.
ProcedureParameters Returns information about Input, Input-Output and Output Parameters for SQL and External Stored Procedures.