This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Relation type describes the kind of relation 2 tables have.

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public enum RelationType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration RelationType

Members

Member nameDescription
NoRelation
Not related to any other field.
OneToOne
One to one relation.
OneToMany
One to many relation.
ManyToOne
Many to one relation.
ManyToMany
Many to many relation.
Complex
Complex is used in situations where a single field uses multiple tables for describing its contents.

See Also

Smartsite.Data Namespace
Advanced