JsonFilter.JoinPropertyPaths<TOwner> method

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.

Return Value

The joined paths of the specified properties.

Remarks

The returned paths are always lowercase.

See Also