Send feedback on this topic.
Teradata.Client.Provider
CreateParameter Method (TdCommand)



Teradata.Client.Provider Namespace > TdCommand Class : CreateParameter Method
Creates a new instance of the TdParameter class.
Syntax
'Declaration
 
Public Shadows Function CreateParameter() As TdParameter
'Usage
 
Dim instance As TdCommand
Dim value As TdParameter
 
value = instance.CreateParameter()
public new TdParameter CreateParameter()
public:
new TdParameter^ CreateParameter(); 

Return Value

Return a TdParameter Object.
Exceptions
ExceptionDescription
The TdCommand is closed / disposed.
Remarks
Creates and returns an instance of TdParameter object.
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

TdCommand Class
TdCommand Members