EnableTdDateTime
Enables and disables mapping date-time types to provider-specific types. Default: true.
データ型
bool
デフォルト値
true
解説
Enables and disables mapping date-time types to 本製品-specific types. This feature has been added for backward compatibility with older applications.
The default is true: GetProviderSpecificFieldType will return a TdDate, TdTime, TdTimeWithTimeZone, TdTimestamp, or TdTimestampWithTimeZone type corresponding to the Teradata Database data type when EnableTdDateTime is set to true.
The method will return DateTime, TimeSpan, or DateTimeOffsetString when EnableTdDateTime is set to false.