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