public EacCommand ( )
public EacCommand ( System.String cmdText )
public EacCommand ( EacConnection connection )
public EacCommand ( System.String cmdText, EacConnection connection )
public EacCommand ( System.String cmdText, EacConnection connection, EacTransaction txn )
Constructs an EacCommand Object. The object has multiple constructors.
However, the object must have a valid EacConnection and a valid CommandText defined to work properly.
The object can also be created using EacConnection.CreateCommand(). In this case the Connection property is automatically set.