Active Query Builder 2 .NET Edition reference
CreateLinksByIdenticalFieldNames Property



Instructs the component to automatically create links (joins) in the query if objects with the same field names are added to the query.
Syntax
'Declaration
 
Public Property CreateLinksByIdenticalFieldNames As System.Boolean
'Usage
 
Dim instance As BehaviorOptions
Dim value As System.Boolean
 
instance.CreateLinksByIdenticalFieldNames = value
 
value = instance.CreateLinksByIdenticalFieldNames
public System.bool CreateLinksByIdenticalFieldNames {get; set;}
public: __property System.bool get_CreateLinksByIdenticalFieldNames();
public: __property void set_CreateLinksByIdenticalFieldNames( 
   System.bool value
);
See Also

Reference

BehaviorOptions Class
BehaviorOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback