'Declaration Public Property DescribeStoredProcedure As Boolean
public bool DescribeStoredProcedure {get; set;}
'Declaration Public Property DescribeStoredProcedure As Boolean
public bool DescribeStoredProcedure {get; set;}
When this parameter is set to true (the default behavior), the following additional checks are performed for OracleCommand with CommandType equal to CommandType.StoredProcedure:
To disable these checks for a single OracleCommand instance set the OracleCommand.IsTableValuedFunction property (depending on whether this command is a table-valued function call), and set OracleCommand.ImplicitRefCursors to false.