Active Query Builder 2 .NET Edition reference
CreateWhereJoinsByDefault Property



Instructs the component to create joins in WHERE clause instead of using ANSI joins.
Syntax
'Declaration
 
Public Property CreateWhereJoinsByDefault As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.CreateWhereJoinsByDefault = value
 
value = instance.CreateWhereJoinsByDefault
public System.bool CreateWhereJoinsByDefault {get; set;}
public: __property System.bool get_CreateWhereJoinsByDefault();
public: __property void set_CreateWhereJoinsByDefault( 
   System.bool value
);
Remarks

Note that the ANSI joins still can be created if the user will make an OUTER JOIN as this join type can not be made in the WHERE clause.

For Oracle Database syntax, the component will create Oracle-style joins (+=, =+), except FULL OUTER JOIN.

See Also

Reference

BehaviorOptions Class
BehaviorOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback