CodeSmith Community
Your Code. Your Way. Faster!

I believe there is a mistake on http://www.nettiers.com/Samples.aspx

Latest post 11-10-2006 7:01 PM by velum. 0 replies.
  • 11-10-2006 7:01 PM

    • velum
    • Top 25 Contributor
    • Joined on 07-14-2006
    • Montréal, Qc, Canada
    • Posts 188
    • Points 4,726

    I believe there is a mistake on http://www.nettiers.com/Samples.aspx

    Hi!

    On http://www.nettiers.com/Samples.aspx, on can read the follwoing code example:

    //GetPagedl()
    TList<Accounts> accountList =
    accountsService.GetPaged("IsActive = 1 AND AccountName LIKE 'smi%'");
    However, in the code I generated with a .netTiers quite recent version (SVN), 
    I cannot find a GetPaged method overload with only a where clause as argument.
    The only GetPaged OverLoad I can find with a Where Clause has the following declaration:
    	public override TList<ClientActivite> GetPaged(string whereClause,string orderBy, int start, int pageLength, out int totalCount)
    Cheers!
     JF


     

    Filed under: ,
    • Post Points: 5
Page 1 of 1 (1 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems