Active Query Builder 2 .NET Edition reference
SupportCrossJoin Property



Indicates if a server supports CROSS JOIN clause.
Syntax
'Declaration
 
Public Property SupportCrossJoin As System.Boolean
'Usage
 
Dim instance As ServerDescriptor
Dim value As System.Boolean
 
instance.SupportCrossJoin = value
 
value = instance.SupportCrossJoin
public System.bool SupportCrossJoin {get; set;}
public: __property System.bool get_SupportCrossJoin();
public: __property void set_SupportCrossJoin( 
   System.bool value
);
See Also

Reference

ServerDescriptor Class
ServerDescriptor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback