Active Query Builder 2 .NET Edition reference
ForceBinaryAnsiJoins Property



Determines whether to use only binary joins in the FROM clause.
Syntax
'Declaration
 
Public Property ForceBinaryAnsiJoins As System.Boolean
'Usage
 
Dim instance As ServerDescriptor
Dim value As System.Boolean
 
instance.ForceBinaryAnsiJoins = value
 
value = instance.ForceBinaryAnsiJoins
public System.bool ForceBinaryAnsiJoins {get; set;}
public: __property System.bool get_ForceBinaryAnsiJoins();
public: __property void set_ForceBinaryAnsiJoins( 
   System.bool value
);
Remarks
Some database servers deny joining more than two tables with the JOIN operator. Joining more tables is allowed by using multilevel nested binary joins, i.e. each prevoius join should be enclosed in parentheses to join the next table. (for example, MS Access)
See Also

Reference

ServerDescriptor Class
ServerDescriptor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback