The SQL text that will be executed. commandTextused to initialize the CommandText property.
Initializes a new instance of the TdCommand class.
Syntax
Parameters
- commandText
- The SQL text that will be executed.
commandTextused to initialize the CommandText property. - connection
- An instance of the TdConnection class that is used to execute SQL requests.
connection is used to initialize the Connection property.
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also