NHibernate.Loader.Criteria.CriteriaLoader.List C# (CSharp) Method

List() public method

public List ( ISessionImplementor session ) : IList
session ISessionImplementor
return IList
		public IList List(ISessionImplementor session)
		{
			return List(session, translator.GetQueryParameters(), querySpaces, resultTypes);
		}