  | PredicateExtLike Method  | 
  
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxpublic static LikePredicate Like(
	this PredicateProperty predicateProperty,
	string expression
)
<ExtensionAttribute>
Public Shared Function Like ( 
	predicateProperty As PredicateProperty,
	expression As String
) As LikePredicate
public:
[ExtensionAttribute]
static LikePredicate^ Like(
	PredicateProperty^ predicateProperty, 
	String^ expression
)
[<ExtensionAttribute>]
static member Like : 
        predicateProperty : PredicateProperty * 
        expression : string -> LikePredicate 
Parameters
- predicateProperty
 - Type: Hazelcast.CorePredicateProperty
 - expression
 - Type: SystemString
 
Return Value
Type: 
LikePredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
PredicateProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
See Also