6.2.4.10 DesignTimeVisible
This property specifies whether or not the OracleCommand object is visible on designer controls.
                  
Declaration
// C#
public override bool DesignTimeVisible { get; set; }
Property Value
A value that indicate whether or not OracleCommand object is visible in a control. The default is true.
                  
Remarks
This property is used by developers to indicate whether or not OracleCommand object is visible in a control.