SqlCommand::DesignTimeVisible Property

 

Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.

Namespace:   System.Data.SqlClient
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::Boolean

A value indicating whether the command object should be visible in a control. The default is true.

.NET Framework
Available since 1.1
Return to top
Show: