DB2®Command.DesignTimeVisible Property

Gets or sets a boolean value indicating whether or not a DB2Command generated by a data adapter is visible.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Overrides Property DesignTimeVisible As Boolean
[C#]
public override bool DesignTimeVisible { get; set; }
[C++]
public:
virtual property bool DesignTimeVisible {
   bool get () override;
   void set (bool value) override;
}
[JScript]
public override function get DesignTimeVisible () : boolean
public override function set DesignTimeVisible (value : boolean)

Property value

Gets or sets a boolean value indicating whether or not a DB2Command generated by a data adapter is visible.