Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetBindingWhereCondition Method (String, Int32)
Gets the where condition to limit the objects to specific binding dependency. Use this method only for 2-keys bindings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string GetBindingWhereCondition(
	string bindingType,
	int bindingDependencyId
)

Parameters

bindingType
Type: SystemString
Binding object type name
bindingDependencyId
Type: SystemInt32
Binding dependency ID to filter by

Return Value

Type: String
See Also