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 members.
Public Constructors
Name | Description | |
---|---|---|
DatabaseRelation | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString |
Returns a string describing this DatabaseRelation (Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
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