PredicateBuilder.In<T>(String, IEnumerable<Object>) 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>
static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ In(System::String ^ propertyName, System::Collections::Generic::IEnumerable<System::Object ^> ^ values);
public static System.Linq.Expressions.Expression<Func<T,bool>> In<T> (string propertyName, System.Collections.Generic.IEnumerable<object> values);
static member In : string * seq<obj> -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function In(Of T) (propertyName As String, values As IEnumerable(Of Object)) As Expression(Of Func(Of T, Boolean))
Type Parameters
- T
Parameters
- propertyName
- String
- values
- IEnumerable<Object>