Click or drag to resize
ObjectHelperGetOtherBindingParentIdColumn Method
Gets the parent ID column for the given binding type info for the direction of other binding (indirect parent)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetOtherBindingParentIdColumn(
	ObjectTypeInfo bindingTypeInfo,
	ObjectTypeInfo parentTypeInfo
)

Parameters

bindingTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Binding type info
parentTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Parent type info

Return Value

Type: String
See Also