ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : LinkManipulations Enumeration |
'Declaration Public Enum LinkManipulations Inherits System.Enum
'Usage Dim instance As LinkManipulations
public enum LinkManipulations : System.Enum
__value public enum LinkManipulations : public System.Enum
Member | Description |
---|---|
Allow | Allows 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. |
Deny | Denies manual links creation by end-user. |
LinkCompatibleTypesOnly | Allow manual creation of links for compatible data types only. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.LinkManipulations