'Declaration Public Function New( _ ByVal commandText As String, _ ByVal connection As UniConnection, _ ByVal transaction As UniTransaction _ )
public UniCommand( string commandText, UniConnection connection, UniTransaction transaction )
Parameters
- commandText
- The text of the query.
- connection
- A UniConnection object that represents the connection to an instance of server.
- transaction
- UniTransaction object used to perform transactions with this UniCommand object.