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



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

Field Value

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

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

See Also

Reference

TdIntervalHourToSecond Structure
TdIntervalHourToSecond Members