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



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

Field Value

Returns a TdIntervalDayToSecond 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.TdIntervalDayToSecond;
col1.Value = TdIntervalDayToSecond.Null;
Remarks
Conceptually it is a constructor for Null instances of TdIntervalDayToSecond.
Requirements

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

See Also

Reference

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members