Active Query Builder 2 .NET Edition reference
Visible Property (OutputColumn)



Gets or sets the sign of presence of the column in result SQL query.
Syntax
'Declaration
 
Public Property Visible As System.Boolean
'Usage
 
Dim instance As OutputColumn
Dim value As System.Boolean
 
instance.Visible = value
 
value = instance.Visible
public System.bool Visible {get; set;}
public: __property System.bool get_Visible();
public: __property void set_Visible( 
   System.bool value
);
See Also

Reference

OutputColumn Class
OutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback