This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the relations that describe a many-to-many relation betweens the two given tables.

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

Syntax

C#Copy imageCopy Code
public [] GetManyToManyRelations(
	string table1,
	string table2
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetManyToManyRelations ( _
	table1 As , _
	table2 As  _
) As ()

Parameters

table1
String
table2
String

Return Value

See Also

Advanced