Gets the property path for a criterion in this query, i.e. HQLAlias.AssignedProperty

Namespace:  EPiServer.Common.Queries
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 2.3.517.36

Syntax

C#
protected internal virtual string GetAssignedPropertyPath(
	CriterionBase childCriterion
)

Parameters

childCriterion
Type: EPiServer.Common.Queries..::.CriterionBase
The child criterion requesting its assigned path

Return Value

See Also