Active Query Builder 2 .NET Edition reference
LinkManipulations Enumeration



Defines list of permissible end-user manipulations with links during the query building process.
Syntax
'Declaration
 
Public Enum LinkManipulations 
   Inherits System.Enum
'Usage
 
Dim instance As LinkManipulations
public enum LinkManipulations : System.Enum 
__value public enum LinkManipulations : public System.Enum 
Members
MemberDescription
AllowAllows manual creation of any links between objects.
AllowForeignKeysOnly

Allow manual creation of links based on foreign keys fetched from a database to the Metadata Container.

In this mode the component will not allow you to drag and drop fields from one object to another if a corresponding foreign key does not exist in the Metadata Container.
Also it is not possible to modify join expression via the Link Properties dialog in this mode.

DenyDenies manual links creation by end-user.
LinkCompatibleTypesOnlyAllow manual creation of links for compatible data types only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveDatabaseSoftware.ActiveQueryBuilder.LinkManipulations

See Also

Reference

ActiveDatabaseSoftware.ActiveQueryBuilder Namespace
LinkManipulations Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback