Overload List

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

See Also