The LambdaRestrictionBuilder type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | LambdaRestrictionBuilder | 
            Constructed with property name
             | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsBetween | 
            Apply a "between" constraint to the named property
             | 
|  | IsIn(ICollection) | 
            Apply an "in" constraint to the named property
             | 
|  | IsIn(array<Object>[]()[][]) | 
            Apply an "in" constraint to the named property
             | 
|  | IsInG<(Of <<'(T>)>>) | 
            Apply an "in" constraint to the named property
             | 
|  | IsInsensitiveLike(Object) | 
            A case-insensitive "like", similar to Postgres "ilike" operator
             | 
|  | IsInsensitiveLike(String, MatchMode) | 
            A case-insensitive "like", similar to Postgres "ilike" operator
             | 
|  | IsLike(Object) | 
            Apply a "like" constraint to the named property
             | 
|  | IsLike(String, MatchMode) | 
            Apply a "like" constraint to the named property
             | 
|  | IsLike(String, MatchMode, Nullable<(Of <<'(Char>)>>)) | 
            Apply a "like" constraint to the named property
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Extension Methods
Extension Methods
| Name | Description | |
|---|---|---|
|  | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | 
|  | IsProxy | (Defined by NHibernateProxyHelper.) | 
|  | ToTypeParameters | (Defined by ReflectHelper.) | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | IsEmpty | 
            Apply an "is empty" constraint to the named property
             | 
|  | IsNotEmpty | 
            Apply a "not is empty" constraint to the named property
             | 
|  | IsNotNull | 
            Apply an "not is null" constraint to the named property
             | 
|  | IsNull | 
            Apply an "is null" constraint to the named property
             | 
|  | Not | 





