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



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

Field Value

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

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

See Also

Reference

TdIntervalSecond Structure
TdIntervalSecond Members