Gets the HQL valid alias for the type

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

Syntax

C#
public override string GetQueryTypeAlias(
	Type queryType
)

Parameters

queryType
Type: System..::.Type
The query type

Return Value

See Also