Click or drag to resize

PredicatesIsLike Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public static LikePredicate IsLike(
	string attributeName,
	string expression
)

Parameters

attributeName
Type: SystemString
expression
Type: SystemString

Return Value

Type: LikePredicate
See Also