Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SACommand class

 

DesignTimeVisible property

Gets or sets a value that indicates if the SACommand should be visible in a Windows Form Designer control. The default is true.

Syntax
Visual Basic

Public Overrides Property DesignTimeVisible As Boolean
C#

public override bool DesignTimeVisible  { get; set; }
Property value

True if this SACommand instance should be visible, false if this instance should not be visible. The default is false.

See also