| ITableManagerGetTableDependencies Method | 
            Gets list of object names which have foreign key constraint dependency.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
SyntaxList<string> GetTableDependencies(
	string tableName
)
Parameters
- tableName
- Type: SystemString
 Table name
Return Value
Type: 
ListString See Also
See Also