A case-insensitive "like", similar to Postgres "ilike" operator
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function InsensitiveLike ( _ propertyName As String, _ value As Object _ ) As AbstractCriterion |
C# |
---|
public static AbstractCriterion InsensitiveLike( string propertyName, Object value ) |
Visual C++ |
---|
public: static AbstractCriterion^ InsensitiveLike( String^ propertyName, Object^ value ) |
JavaScript |
---|
NHibernate.Expression.Expression.insensitiveLike = function(propertyName, value); |
Parameters
- propertyName
- Type: System..::.String
The name of the Property in the class.
- value
- Type: System..::.Object
The value for the Property.