Active Query Builder 2 .NET Edition reference
BehaviorOptions Class
Members 



Allows you to tune the way Active Query Builder parses and builds SQL queries.
Syntax
'Declaration
 
Public Class BehaviorOptions 
   Inherits UpdatablePersistent
'Usage
 
Dim instance As BehaviorOptions
public class BehaviorOptions : UpdatablePersistent 
public __gc class BehaviorOptions : public UpdatablePersistent 
Remarks
The ParsingErrorOnUnknownObjects and AllowSleepMode properties determine the way Active Query Builder process SQL query parsing errors.
The CreateLinksFromForeignKeys and LinkManipulations properties define rules of working with links (joins) between query objects.
The AddLinkedObjects and DeleteUnusedObjects properties allow you to automate addition of necessary query objects and removing of needless ones.
Inheritance Hierarchy

System.Object
      ActiveDatabaseSoftware.ActiveQueryBuilder.BehaviorOptions

See Also

Reference

BehaviorOptions Members
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace
BehaviorOptions Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback