  | PredicatesIsILike Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic 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: 
ILikePredicate
See Also