| ORMClassExtensionsIsEmpty Method |
| Name | Description | |
|---|---|---|
| IsEmpty(IGroupByCollection) |
Determines whether the specified groupbycollection is empty. A null passed in is also considered empty.
| |
| IsEmpty(IPredicate) |
Determines whether the specified predicate or predicate expression is empty. A null passed in is also considered empty
| |
| IsEmpty(IRelationCollection) |
Determines whether the specified relation collection is empty. A null passed in is also considered empty.
| |
| IsEmpty(ISortExpression) |
Determines whether the specified sortexpression is empty. A null passed in is also considered empty.
|