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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	value As Object, _
	ignoreCase As Boolean _
)
C#
public LikeExpression(
	string propertyName,
	Object value,
	bool ignoreCase
)
Visual C++
public:
LikeExpression(
	String^ propertyName, 
	Object^ value, 
	bool ignoreCase
)
JavaScript
NHibernate.Expression.LikeExpression = function(propertyName, value, ignoreCase);

Parameters

propertyName
Type: System..::.String
value
Type: System..::.Object
ignoreCase
Type: System..::.Boolean

See Also