The SQL text that will be executed. commandText
used to initialize the CommandText property.
Initializes a new instance of the TdCommand class.
Syntax
Parameters
- commandText
- The SQL text that will be executed.
commandText
used 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 | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also