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