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 DatabaseRelation |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DatabaseRelation |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CrossTable |
Returns the cross table
|
|
CrossTableExternal |
Returns the external column of the crosstable
|
|
CrossTableInternal |
Returns the internal column of the crosstable
|
|
DeleteRule |
Gets the delete rule for this relation.
|
|
FKField |
Returns the foreign key field.
|
|
FKTable |
Returns the foreign key table.
|
|
Name |
Gets the name of the relation
|
|
PKField |
Returns the primary key field.
|
|
PKTable |
Returns the primary key table.
|
|
RelationType |
Describes the type of relation.
|
See Also
Smartsite.Data Namespace