Enables and disables mapping of all Teradata Database Interval data types to the corresponding Provider Specific Interval types.
'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.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2