Table of Contents

Class Predicates

Namespace
The.Search
Assembly
Instagile.dll

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

obj T

Returns

bool

Type Parameters

T

Like(string, string)

public static bool Like(string str1, string str2)

Parameters

str1 string
str2 string

Returns

bool

NotNull<T>(T)

public static bool NotNull<T>(T obj)

Parameters

obj T

Returns

bool

Type Parameters

T