Send feedback on this topic.
Teradata.Client.Provider
TdParameter Constructor()



Teradata.Client.Provider Namespace > TdParameter Class > TdParameter Constructor : TdParameter Constructor()
Default Constructor. Creates a new instance of the TdParameter class.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New TdParameter()
public TdParameter()
public:
TdParameter();
Remarks
A new instance of TdParameter class is initialized with the following default property values.
Property Initial Value
DbType System.Data.DbType.String
Direction System.Data.ParameterDirection.Input
IsNullable false
Offset Zero (0)
ParameterName empty string
Precision 0 (will be inferred if not specified by the application)
Scale 0 (will be inferred if not specified by the application)
Size 0 (will be inferred if not specified by the application)
SourceColumn empty string
SourceVersion System.Data.DataRowVersion.Current
TdType TdType.VarChar
Value Null
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

TdParameter Class
TdParameter Members
Overload List