SqlCommand.DesignTimeVisible Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
public override bool DesignTimeVisible { get; set; }
C#
public override bool DesignTimeVisible { get; set; }

Property Value

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

Attributes

Applies to

Produkt Verzie
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1, 5.0, 5.1, 5.2