public void ReleaseConnection() { Pool.ReleaseConnection(this); Dispose(true); }
public void CloseConnection() { Pool.CloseConnection(this); }