The CriteriaTransformer type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClone(DetachedCriteria)
Creates an exact clone of the criteria
Public methodStatic memberClone(ICriteria)
Creates an exact clone of the criteria
Public methodStatic memberTransformToRowCount(DetachedCriteria)
Returns a clone of the original criteria, which will return the count of rows that are returned by the original criteria query.
Public methodStatic memberTransformToRowCount(ICriteria)
Returns a clone of the original criteria, which will return the count of rows that are returned by the original criteria query.

Extension Methods

  NameDescription

See Also