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



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

Field Value

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

TdPeriodTime Structure
TdPeriodTime Members