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 members.

Public Constructors

  Name Description
Public method DatabaseRelation Overloaded.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString
Returns a string describing this DatabaseRelation
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

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