Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand.DesignTimeVisible Property

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

[Visual Basic]
<DefaultValue(Value:=True), _  DesignOnly(IsDesignOnly:=True), _  Browsable(Browsable:=False)>
Public Property DesignTimeVisible As Boolean
[C#]
[DefaultValue(Value=True)]
[DesignOnly(IsDesignOnly=True)]
[Browsable(Browsable=False)]
public bool DesignTimeVisible {get; set;}

Property Value

Whether the command object should be visible in a control. The default is true.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace