Active Query Builder 2 .NET Edition reference
UniversalExpressions Property



Determines whether it is allowed to use predicates as ordinary SQL expressions.
Syntax
'Declaration
 
Public Property UniversalExpressions As System.Boolean
'Usage
 
Dim instance As ServerDescriptor
Dim value As System.Boolean
 
instance.UniversalExpressions = value
 
value = instance.UniversalExpressions
public System.bool UniversalExpressions {get; set;}
public: __property System.bool get_UniversalExpressions();
public: __property void set_UniversalExpressions( 
   System.bool value
);
Remarks
Most of the database servers let use predicates only in particluar places, such as WHERE, HAVING clauses and in functions. But some of them allow for using them in SELECT or GROUP BY clauses as usual SQL expressions of boolean type. (for example, PostgreSQL)
See Also

Reference

ServerDescriptor Class
ServerDescriptor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback