The connection object on which to execute the ULCommand object.
Public Shadows Property Connection As ULConnection
public new ULConnection Connection {get;set;}
The ULConnection object on which to execute the command.
ULCommand objects must have an open connection before they can be executed.
The default is a null reference (Nothing in Visual Basic).
This is the strongly-typed version of System.Data.IDbCommand.Connection and System.Data.Common.DbCommand.Connection.