Overload List

  NameDescription
Public methodCreateCriteria<(Of <<'(T>)>>)()()()()
Create a new ICriteria instance, for the given entity class, or a superclass of an entity class.
Public methodCreateCriteria<(Of <<'(T>)>>)(String)
Create a new ICriteria instance, for the given entity class, or a superclass of an entity class, with the given alias.
Public methodCreateCriteria(String)
Create a new ICriteria instance, for the given entity name.
Public methodCreateCriteria(Type)
Public methodCreateCriteria(String, String)
Create a new ICriteria instance, for the given entity name, with the given alias.
Public methodCreateCriteria(Type, String)

See Also