Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function InsensitiveLike ( _
	propertyName As String, _
	value As String, _
	matchMode As MatchMode _
) As AbstractCriterion
C#
public static AbstractCriterion InsensitiveLike(
	string propertyName,
	string value,
	MatchMode matchMode
)
Visual C++
public:
static AbstractCriterion^ InsensitiveLike(
	String^ propertyName, 
	String^ value, 
	MatchMode^ matchMode
)
JavaScript
NHibernate.Expression.Expression.insensitiveLike = function(propertyName, value, matchMode);

Parameters

propertyName
Type: System..::.String
value
Type: System..::.String
matchMode
Type: NHibernate.Expression..::.MatchMode

See Also