Active Query Builder 2 .NET Edition reference
LoadJoinsFromWhereClause Property



Instructs the component to analyze WHERE clause of a query to find joins between objects and display them as links at the Design Pane.
Syntax
'Declaration
 
Public Property LoadJoinsFromWhereClause As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.LoadJoinsFromWhereClause = value
 
value = instance.LoadJoinsFromWhereClause
public System.bool LoadJoinsFromWhereClause {get; set;}
public: __property System.bool get_LoadJoinsFromWhereClause();
public: __property void set_LoadJoinsFromWhereClause( 
   System.bool value
);
Remarks
Setting this property to false will instruct the component to add such joins to the Query Column List.
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback