Active Query Builder 2 .NET Edition reference
ShowFields Property (ObjectTree)



Determines visibility of database object fields within the Database Schema Tree.
Syntax
'Declaration
 
Public Property ShowFields As System.Boolean
'Usage
 
Dim instance As ObjectTree
Dim value As System.Boolean
 
instance.ShowFields = value
 
value = instance.ShowFields
public System.bool ShowFields {get; set;}
public: __property System.bool get_ShowFields();
public: __property void set_ShowFields( 
   System.bool value
);

Property Value

true if fields are shown, false if not.
See Also

Reference

ObjectTree Class
ObjectTree Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback