Gets or sets the TdType (Teradata type) of the parameter.
Syntax
'Declaration
Public Property TdType As TdType
'Usage
Dim instance As TdParameter
Dim value As TdType
instance.TdType = value
value = instance.TdType
public TdType TdType {get; set;}
public:
property TdType TdType {
TdType get();
void set ( TdType value);
}
Property Value
One of the
TdType
enumeration values. The default is
Char
.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also