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



Teradata.Client.Provider Namespace > TdConnection Class : CreateCommand Method
Creates and returns a TdCommand object.
Syntax
'Declaration
 
Public Shadows Function CreateCommand() As TdCommand
'Usage
 
Dim instance As TdConnection
Dim value As TdCommand
 
value = instance.CreateCommand()
public new TdCommand CreateCommand()
public:
new TdCommand^ CreateCommand(); 

Return Value

TdCommand
Remarks
This method creates and returns a TdCommand object. The TdCommand.Connection property is set to reference the TdConnection object.
Requirements

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

See Also

Reference

TdConnection Class
TdConnection Members