Click or drag to resize

LikePredicate Constructor (String, String)

Initializes a new instance of the LikePredicate class

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

Parameters

attributeName
Type: SystemString
expression
Type: SystemString
See Also