| LikePredicate Constructor (String, String) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax public LikePredicate(
string attributeName,
string expression
)
Public Sub New (
attributeName As String,
expression As String
)
public:
LikePredicate(
String^ attributeName,
String^ expression
)
new :
attributeName : string *
expression : string -> LikePredicate
Parameters
- attributeName
- Type: SystemString
- expression
- Type: SystemString
See Also