Collapse imageExpand ImageCopy imageCopyHover image
            





NHibernate API Reference
IEventSource..::..List Method
IEventSource Interface See Also Send Feedback

Overload List

  NameDescription
Public methodList(CriteriaImpl) (Inherited from ISessionImplementor.)
Public methodList<(Of <<'(T>)>>)(CriteriaImpl)
Strongly-typed version of List(CriteriaImpl)
(Inherited from ISessionImplementor.)
Public methodList<(Of <<'(T>)>>)(String, QueryParameters)
Strongly-typed version of List(String, QueryParameters)
(Inherited from ISessionImplementor.)
Public methodList(String, QueryParameters)
Execute a List() query
(Inherited from ISessionImplementor.)
Public methodList(CriteriaImpl, IList) (Inherited from ISessionImplementor.)
Public methodList(IQueryExpression, QueryParameters)
Execute a List() expression query
(Inherited from ISessionImplementor.)
Public methodList(NativeSQLQuerySpecification, QueryParameters)
Execute an SQL Query
(Inherited from ISessionImplementor.)
Public methodList<(Of <<'(T>)>>)(NativeSQLQuerySpecification, QueryParameters)
Strongly-typed version of List(NativeSQLQuerySpecification, QueryParameters)
(Inherited from ISessionImplementor.)
Public methodList(String, QueryParameters, IList) (Inherited from ISessionImplementor.)
Public methodList(NativeSQLQuerySpecification, QueryParameters, IList) (Inherited from ISessionImplementor.)

See Also

IEventSource Interface
IEventSource Members
NHibernate.Event Namespace
Footer image

Send comments on this topic to nhibernate team

NHibernate