Click or drag to resize
ORMClassExtensionsIsEmpty Method
Overload List
  NameDescription
Public methodStatic memberIsEmpty(IGroupByCollection)
Determines whether the specified groupbycollection is empty. A null passed in is also considered empty.
Public methodStatic memberIsEmpty(IPredicate)
Determines whether the specified predicate or predicate expression is empty. A null passed in is also considered empty
Public methodStatic memberIsEmpty(IRelationCollection)
Determines whether the specified relation collection is empty. A null passed in is also considered empty.
Public methodStatic memberIsEmpty(ISortExpression)
Determines whether the specified sortexpression is empty. A null passed in is also considered empty.
Top
See Also