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