RdmCommand(string) Constructor

Syntax:

public RdmCommand(string commandText)

Description:

A constructor for the RdmCommand class. Specifying a new RdmCommand object with this constructor generates a new command object with an empty CommandText and with new RdmCommand not being associated with any connection. An association with an RdmConnection needs to be made before the new command object can be used.

Parameters:

connection

Type: System.String

Specifies the command text to use for this command.