Return all the relations contained in a table.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetTableRelations ( _
	tableName As String, _
	connectionString As String _
) As DataSet
C#
public static DataSet GetTableRelations(
	string tableName,
	string connectionString
)

Parameters

tableName
Type: System..::..String
connectionString
Type: System..::..String

Return Value

See Also