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 Code |
---|---|
public class RelationInfo |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class RelationInfo |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CrossExternalKeyField |
Gets the external key field of the cross table.
|
|
CrossInternalKeyField |
Gets the internal key field of the cross table.
|
|
CrossTable |
Gets the cross table.
|
|
CrossTableSortColumn |
Gets the sort column of the cross table.
|
|
ExternalKeyField |
Gets the external key field.
|
|
ExternalTable |
Gets the external table.
|
|
InternalKeyField |
Gets the internal key field.
|
|
RelationType |
Gets the RelationType.
|
|
Table |
Gets the internal table.
|
See Also
Smartsite.Data Namespace