Click or drag to resize
WhereConditionBaseTParentWhereCondition Property
Where condition on the data, e.g. "DocumentName = 'ABC'"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string WhereCondition { get; set; }

Property Value

Type: String

Implements

IWhereConditionWhereCondition
See Also