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



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

Field Value

Returns a TdPeriodTimestampWithTimeZone 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.PeriodDate;
col1.Value = TdPeriodTimestampWithTimeZone.Null;
Remarks
Conceptually it is the constructor for Null TdPeriodTimestampWithTimeZone instances.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members