Marks the connection that should not be returned to the pool after disconnect.
Class
TCustomDAConnection
Syntax
procedure RemoveFromPool;
Remarks
Call the RemoveFromPool method to mark the connection that should be deleted after disconnect instead of returning to the connection pool.
See Also