Send feedback on this topic.
Teradata.Client.Provider
SecondaryTdType Property



Teradata.Client.Provider Namespace > TdParameter Class : SecondaryTdType Property
Gets or sets the TdType, when the TdType value is defined as a TdType.Array or a TdType.AnyType.
Syntax
'Declaration
 
Public Property SecondaryTdType As Nullable(Of TdType)
'Usage
 
Dim instance As TdParameter
Dim value As Nullable(Of TdType)
 
instance.SecondaryTdType = value
 
value = instance.SecondaryTdType
public Nullable<TdType> SecondaryTdType {get; set;}
public:
property Nullable<TdType> SecondaryTdType {
   Nullable<TdType> get();
   void set (    Nullable<TdType> value);
}
Remarks

This property introduced by Teradata Database 14.0, defines the TdType when the actual TdType property is either TdType.Array or TdType.AnyType. TdArray will contain TdType elements of this property and TdType.AnyType is an indicator that the actual TdType will be defined at execution time by this property.

This property for TD_ANYTYPE OUT parameters generates a RESULT clause to define the OUT parameter type to the database in generation of the CALL statement for stored procedures.

Requirements

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

See Also

Reference

TdParameter Class
TdParameter Members