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



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

Field Value

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

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

See Also

Reference

TdTimestampWithTimeZone Structure
TdTimestampWithTimeZone Members