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



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

Field Value

Returns a TdIntervalMonth 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.TdIntervalMonth;
col1.Value = TdIntervalMonth.Null;
Remarks
Conceptually it is the constructor for Null instances of TdIntervalMonth.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdIntervalMonth Structure
TdIntervalMonth Members