Used to specify the connection in which the script will be executed.
property Connection: TPgConnection;
Use the Connection property to specify the connection in which the script will be executed. If a connection has not been opened before running the Execute method, the TPgConnection.Connect method is called.