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



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

Field Value

Returns a TdIntervalMinuteToSecond instance that represents a Null value.
Example
This example shows how to send a Null value to a Teradata database.
TdParameter col1 = new TdParameter();
col1.TdType = TdType.TdIntervalMinuteToSecond;
col1.Value = TdIntervalMinuteToSecond.Null;
Remarks
Conceptually it is the constructor for Null instances of TdIntervalMinuteToSecond .
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members