Click or drag to resize
ObjectDependenciesConditionProviderGetWhereCondition Method
Returns WhereCondition used to retrieve data from database based on object path.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public abstract WhereCondition GetWhereCondition(
	BaseInfo info,
	IWhereCondition objectWhereCondition,
	string pathColumnName
)

Parameters

info
Type: CMS.DataEngineBaseInfo
Info object instance
objectWhereCondition
Type: CMS.DataEngineIWhereCondition
Where condition applied to retrieve data.
pathColumnName
Type: SystemString
Name of the column containing object path.

Return Value

Type: WhereCondition
See Also