The IQueryOverRestrictionBuilder<(Of <(<'TRoot, TSubType>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyIsEmpty
Apply an "is empty" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.)
Public propertyIsNotEmpty
Apply a "not is empty" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.)
Public propertyIsNotNull
Apply an "not is null" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.)
Public propertyIsNull
Apply an "is null" constraint to the named property
(Inherited from QueryOverRestrictionBuilderBase<(Of <(<'TReturn, TRoot, TSubType>)>)>.)
Public propertyNot

See Also