Gets the path of the specified property.
public static string GetPropertyPath<TOwner>(Expression<Func<TOwner, object?>> expression)
| parameter | description | 
|---|---|
| expression | The property expression. | 
The path of the specified property.
The returned path is always lowercase.