The IQueryOverRestrictionBuilder<(Of <(<'TRoot, TSubType>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty |
Apply an "is empty" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.) |
![]() | IsNotEmpty |
Apply a "not is empty" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.) |
![]() | IsNotNull |
Apply an "not is null" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.) |
![]() | IsNull |
Apply an "is null" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.) |
![]() | Not |