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



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

Return Value

Returns a TdCommand object that derives from DbCommand.
Requirements

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

See Also

Reference

TdFactory Class
TdFactory Members