'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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2