Send feedback on this topic.
Teradata.Client.Provider
Value Property (TdIntervalYearToMonth)



Teradata.Client.Provider Namespace > TdIntervalYearToMonth Structure : Value Property
Gets the .NET data type representation of TdIntervalYearToMonth as a String.
Syntax
'Declaration
 
Public ReadOnly Property Value As String
'Usage
 
Dim instance As TdIntervalYearToMonth
Dim value As String
 
value = instance.Value
public string Value {get;}
public:
property String^ Value {
   String^ get();
}

Property Value

The interval represented as a String is returned.
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalYearToMonth.Null.
Remarks
This property in concept parallels TdDataReader.GetValue and TdParameter.Value. That is they all represent the .NET Framework Class Library(FCL) primitive data type that correspond to the Teradata Interval Year To Month data type.
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

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members