Click or drag to resize

ORMClassExtensions Class

Extension method class for classes in the ORMSupportClasses.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesORMClassExtensions

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static class ORMClassExtensions

The ORMClassExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCloneWithoutFirst
Clones the relationcollection without the first relation.
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.
Public methodStatic memberLast
Gets the last relation in the passed in relations collection or null if it's empty
Public methodStatic memberRemoveLast
Removes the last relation from the passed in relationcollection. Assumes last entry is an entity relation
Top
See Also