Enables and disables mapping of all SQL Interval data types to
the corresponding Provider Specific Interval types.
Syntax
'Declaration
Public Property EnableTdIntervals As Boolean
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
instance.EnableTdIntervals = value
value = instance.EnableTdIntervals
public bool EnableTdIntervals {get; set;}
public:
property bool EnableTdIntervals {
bool get();
void set ( bool value);
}
Property Value
Defaults to
true
. It can be set to
false
to disable creation of provider specific interval value types for the corresponding Teradata Interval data types.
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also