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 RelationInfo
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RelationInfo

The type exposes the following properties.

Public Properties

  Name Description
Public property CrossExternalKeyField
Gets the external key field of the cross table.
Public property CrossInternalKeyField
Gets the internal key field of the cross table.
Public property CrossTable
Gets the cross table.
Public property CrossTableSortColumn
Gets the sort column of the cross table.
Public property ExternalKeyField
Gets the external key field.
Public property ExternalTable
Gets the external table.
Public property InternalKeyField
Gets the internal key field.
Public property RelationType
Gets the RelationType.
Public property Table
Gets the internal table.

See Also

Advanced