DefaultPropertyFilterProvider<TModel>.PropertyIncludeExpressions Property

Definition

Expressions which can be used to generate property filter which can filter model properties.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression<Func<TModel, System::Object ^> ^> ^> ^ PropertyIncludeExpressions { System::Collections::Generic::IEnumerable<System::Linq::Expressions::Expression<Func<TModel, System::Object ^> ^> ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object>>> PropertyIncludeExpressions { get; }
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object>>>? PropertyIncludeExpressions { get; }
public virtual System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression<Func<TModel,object?>>>? PropertyIncludeExpressions { get; }
member this.PropertyIncludeExpressions : seq<System.Linq.Expressions.Expression<Func<'Model, obj>>>
Public Overridable ReadOnly Property PropertyIncludeExpressions As IEnumerable(Of Expression(Of Func(Of TModel, Object)))

Property Value

Applies to