Gets or sets the AdsConnection used by this instance of the AdsCommand
public AdsConnection Connection {get; set;}
Remarks
If you set Connection while the command object has an open reader, AdsCommand will throw an InvalidOperationException.
See Also