SqlCommand::DesignTimeVisible Property
.NET Framework (current version)
Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property bool DesignTimeVisible { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::BooleanA value indicating whether the command object should be visible in a control. The default is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: