Click or drag to resize
AbstractTableManagerGetTableDependencies Method
Gets list of object names which have foreign key constraint dependency.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual List<string> GetTableDependencies(
	string tableName
)

Parameters

tableName
Type: SystemString

Return Value

Type: ListString

Implements

ITableManagerGetTableDependencies(String)
See Also