Class Predicates
criteria components which cannot be expressed as LINQ expressions
public static class Predicates
- Inheritance
-
Predicates
- Inherited Members
Methods
IsNull<T>(T)
public static bool IsNull<T>(T obj)
Parameters
objT
Returns
Type Parameters
T
Like(string, string)
public static bool Like(string str1, string str2)
Parameters
Returns
NotNull<T>(T)
public static bool NotNull<T>(T obj)
Parameters
objT
Returns
Type Parameters
T