Page 1 of 1

Set DescribeStoredProcedure at runtime

Posted: Wed 12 Aug 2020 20:26
by mars
Hello!

I use DescribeStoredProcedure parameter in my oracle connection string.
But, Is it possible to do the same at runtime?
Most connection parameters have such possibility (e.g. PassParametersByName or TrimFixedChar)


:) I'd like something like this:
var connection = db.Database.Connection as OracleConnection;
connection.PassParametersByName = true;
connection.TrimFixedChar = false;
connection.DescribeStoredProcedure = false;

Thanks

Re: Set DescribeStoredProcedure at runtime

Posted: Thu 13 Aug 2020 17:48
by Shalex
The current version of dotConnect for Oracle includes the DescribeStoredProcedure connection string parameter: https://www.devart.com/dotconnect/oracl ... tring.html.

Re: Set DescribeStoredProcedure at runtime

Posted: Thu 13 Aug 2020 22:32
by mars
Yes, I wrote that I used it.
But there is no DescribeStoredProcedure property in OracleConnection class.

Re: Set DescribeStoredProcedure at runtime

Posted: Thu 20 Aug 2020 13:55
by Shalex
We will notify you when the property OracleConnection.DescribeStoredProcedure is implemented.

Re: Set DescribeStoredProcedure at runtime

Posted: Mon 21 Sep 2020 15:06
by Shalex
The new DescribeStoredProcedure property is added to the OracleConnection class: viewtopic.php?f=1&t=42246.