JsonFilter.IsPropertyIncluded<TOwner> method

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.

Return Value

True if the specified property is included by the filter.

See Also