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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	value As String, _
	matchMode As MatchMode _
)
C#
public InsensitiveLikeExpression(
	string propertyName,
	string value,
	MatchMode matchMode
)
Visual C++
public:
InsensitiveLikeExpression(
	String^ propertyName, 
	String^ value, 
	MatchMode^ matchMode
)
JavaScript
NHibernate.Expression.InsensitiveLikeExpression = function(propertyName, value, matchMode);

Parameters

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

See Also