| PredicatesIsILike Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static ILikePredicate IsILike(
string attributeName,
string expression
)
Public Shared Function IsILike (
attributeName As String,
expression As String
) As ILikePredicate
public:
static ILikePredicate^ IsILike(
String^ attributeName,
String^ expression
)
static member IsILike :
attributeName : string *
expression : string -> ILikePredicate
Parameters
- attributeName
- Type: SystemString
- expression
- Type: SystemString
Return Value
Type:
ILikePredicateSee Also