Send feedback on this topic.
Teradata.Client.Provider
Null Field (TdIntervalDayToMinute)
Example 



Teradata.Client.Provider Namespace > TdIntervalDayToMinute Structure : Null Field
Gets a Null instance of TdIntervalDayToMinute.
Syntax
'Declaration
 
Public Shared ReadOnly Null As TdIntervalDayToMinute
'Usage
 
Dim value As TdIntervalDayToMinute
 
value = TdIntervalDayToMinute.Null
public static readonly TdIntervalDayToMinute Null
public:
static readonly TdIntervalDayToMinute Null

Field Value

Returns a TdIntervalDayToMinute instance that represents a Null value.
Example
This example shows how to send a Null value to a Teradata Vantage Advanced SQL Engine.
TdParameter col1 = new TdParameter();
col1.TdType = TdType.TdIntervalDayToMinute;
col1.Value = TdIntervalDayToMinute.Null;
Remarks
Conceptually it is the constructor for Null instances of TdIntervalDayToMinute.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdIntervalDayToMinute Structure
TdIntervalDayToMinute Members