Click or drag to resize
ObjectTypeInfoGetBindingWhereCondition Method
Gets the where condition to limit the objects to specific binding dependencies. Use this method for 3 and more-keys bindings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public string GetBindingWhereCondition(
	string bindingType,
	params Object[] dependencies
)

Parameters

bindingType
Type: SystemString
Binding object type name
dependencies
Type: SystemObject
Pairs of binding dependencies to filter by (first variable in each pair - dependency object type, second variable in each pair - dependency value)

Return Value

Type: String
Exceptions
ExceptionCondition
ObjectTypeColumnNotFoundExceptionIf dependency column is not found by object type
See Also