Active Query Builder 2 .NET Edition reference
CreateLinksFromForeignKeys Property



Instructs the component to automatically create links (joins) in the query based on foreign keys information fetched from a database.
Syntax
'Declaration
 
Public Property CreateLinksFromForeignKeys As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.CreateLinksFromForeignKeys = value
 
value = instance.CreateLinksFromForeignKeys
public System.bool CreateLinksFromForeignKeys {get; set;}
public: __property System.bool get_CreateLinksFromForeignKeys();
public: __property void set_CreateLinksFromForeignKeys( 
   System.bool value
);
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members
LinkManipulations Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback