Send feedback on this topic.
Teradata.Client.Provider
EDM.String and Period Types
.NET Data Provider for Teradata > Developer's Guide > ADO.NET Entity Provider for Teradata > Teradata Implementation Specifics > Working with Parameters in the Entity Provider > EDM.String and Period Types
.NET CORE   This feature is not supported by the .NET Core implementation of the Data Provider.

EDM.String maps to the VARCHAR, CHAR, CLOB, Period, and a few Interval types. When the Framework indicates that a parameter is an EDM.String, the Entity Provider does not have to perform any special processing. It will set the TdParameter.TdType to TdType.Varchar, and invoke the Data Provider for Teradata to execute the SQL statement generated from the information passed in by the Entity Framework. The Data Provider will then send the data to the Advaned SQL Engine as a VARCHAR. When Teradata receives the data it will implicitly convert the data into the Period.