Determines if the specified property is included by the filter.
public bool IsPropertyIncluded<TOwner>(Expression<Func<TOwner, object?>> expression)
| parameter | description | 
|---|---|
| expression | The property expression. | 
True if the specified property is included by the filter.