Click or drag to resize

PredicatesIsILike Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public static ILikePredicate IsILike(
	string attributeName,
	string expression
)

Parameters

attributeName
Type: SystemString
expression
Type: SystemString

Return Value

Type: ILikePredicate
See Also