Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of the DbCommand class that is built on a SQL statement.
Syntax
private CLRObject createCommand(str _sqlCommand, CLRObject _connection)
Run On
Server
Parameters
- _sqlCommand
Type: str
An SQL statement.
- _connection
Type: CLRObject Class
A database connection object.
Return Value
Type: CLRObject Class
A new instance of the DbCommand class that is built on a SQL statement.