This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DatabaseRelation
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DatabaseRelation

The type exposes the following properties.

Public Properties

  Name Description
Public property CrossTable
Returns the cross table
Public property CrossTableExternal
Returns the external column of the crosstable
Public property CrossTableInternal
Returns the internal column of the crosstable
Public property DeleteRule
Gets the delete rule for this relation.
Public property FKField
Returns the foreign key field.
Public property FKTable
Returns the foreign key table.
Public property Name
Gets the name of the relation
Public property PKField
Returns the primary key field.
Public property PKTable
Returns the primary key table.
Public property RelationType
Describes the type of relation.

See Also

Advanced