PredicateBuilder.InImpl<T,TProperty> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T, typename TProperty>
static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ InImpl(System::Reflection::PropertyInfo ^ property, System::Collections::Generic::IEnumerable<TProperty> ^ values);
public static System.Linq.Expressions.Expression<Func<T,bool>> InImpl<T,TProperty> (System.Reflection.PropertyInfo property, System.Collections.Generic.IEnumerable<TProperty> values);
static member InImpl : System.Reflection.PropertyInfo * seq<'Property> -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function InImpl(Of T, TProperty) (property As PropertyInfo, values As IEnumerable(Of TProperty)) As Expression(Of Func(Of T, Boolean))
Type Parameters
- T
- TProperty
Parameters
- property
- PropertyInfo
- values
- IEnumerable<TProperty>