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



Teradata.Client.Provider Namespace > TdFactory Class : CreateParameter Method
Creates a TdParameter object.
Syntax
'Declaration
 
Public Overrides NotOverridable Function CreateParameter() As DbParameter
'Usage
 
Dim instance As TdFactory
Dim value As DbParameter
 
value = instance.CreateParameter()
public override DbParameter CreateParameter()
public:
DbParameter^ CreateParameter(); override 

Return Value

Returns a TdParameter Object that derives from DbParameter.
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

TdFactory Class
TdFactory Members