Calling Oracle Stored Procedures in LINQPad

Options
I'm at a new job, the first using Oracle. LINQPad meshes very well with SQL Server. I'm using an Oracle connection with the "IQ Connection" provider. But that provider does NOT populate stored procedures or functions in the left pane connection tree.

Bottom line: How do I call a stored procedure from a saved Oracle connection?

Comments