Overload List

  NameDescription
Public methodCreateCriteria<(Of <<'(T>)>>)()()()()
Creates a new Criteria for the entity class.
Public methodCreateCriteria(String)
Create a new Criteria instance, for the given entity name.
Public methodCreateCriteria<(Of <<'(T>)>>)(String)
Creates a new Criteria for the entity class with a specific alias
Public methodCreateCriteria(Type)
Creates a new Criteria for the entity class.
Public methodCreateCriteria(String, String)
Create a new Criteria instance, for the given entity name, with the given alias.
Public methodCreateCriteria(Type, String)
Creates a new Criteria for the entity class with a specific alias

See Also