OleDbCommand::DesignTimeVisible Property
.NET Framework (current version)
Gets or sets a value that indicates whether the command object should be visible in a customized Windows Forms 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 that indicates 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: