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 MetaRelations |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetaRelations |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an IEnumerator for this instance
|
|
GetHashCode | (Inherited from Object.) | |
GetManyToManyRelations |
Returns the relations that describe a many-to-many relation betweens the two given tables.
|
|
GetRelationByForeignKey | Overloaded. | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Data Namespace