Click or drag to resize
ObjectHelperGetParentIdColumn Method
Gets the parent ID column for the given child type in parent type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetParentIdColumn(
	ObjectTypeInfo childTypeInfo,
	ObjectTypeInfo parentTypeInfo
)

Parameters

childTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Child type info
parentTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Parent type info

Return Value

Type: String
See Also