Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Like ( _ value As String, _ matchMode As MatchMode _ ) As AbstractCriterion |
C# |
---|
public AbstractCriterion Like( string value, MatchMode matchMode ) |
Visual C++ |
---|
public: AbstractCriterion^ Like( String^ value, MatchMode^ matchMode ) |
JavaScript |
---|
function like(value, matchMode); |