Joins the paths of the specified properties with the standard delimiter.
public static string JoinPropertyPaths<TOwner>(
params Expression<Func<TOwner, object?>>[] expressions)
parameter | description |
---|---|
expressions | The property expressions. |
The joined paths of the specified properties.
The returned paths are always lowercase.