The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbCommand::DesignTimeVisible Property
.NET Framework (current version)
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property bool DesignTimeVisible { virtual bool get() abstract; virtual void set(bool value) abstract; }
Property Value
Type: System::Booleantrue, if the command object should be visible in a control; otherwise false. The default is true.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: