Castle.MonoRail.ActiveRecordSupport.Pagination.ARPaginableCriteria.ListAll C# (CSharp) Method

ListAll() public method

public ListAll ( ) : IEnumerable
return IEnumerable
		public IEnumerable ListAll()
		{
			return InternalExecute(true);
		}