JoinAliasLocator.Locate method

namespace: Serenity.Data   assemblySerenity.Net.Data

Locates the aliases in specified expression.

public static HashSet<string> Locate(string expression)
parameter description
expression The expression.

Exceptions

exception condition
ArgumentNullException expression is null

See Also