Joins the excluded paths of the specified properties with the standard delimiter.
public static string JoinExcludedPropertyPaths<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.