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

Properties

  NameDescription
Public propertyIsEmpty
Apply an "is empty" constraint to the named property
Public propertyIsNotEmpty
Apply a "not is empty" constraint to the named property
Public propertyIsNotNull
Apply an "not is null" constraint to the named property
Public propertyIsNull
Apply an "is null" constraint to the named property

See Also