Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Elad Lachmi 112 posts 144 karma points
    Aug 17, 2011 @ 17:11
    Elad Lachmi
    0

    Getting MAX member profile property

    Hi,

    I am using the Umbraco membership provider and have a field on the profile called usrID.

    I want to get the maximal usrID currently set on any profile of any registred user.

    Is there any way to access this information?

    Maybe through the underlaying tables? or LINQ?

     

    Thank you!

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Aug 17, 2011 @ 21:25
    Dirk De Grave
    1

    if you're using the umbraco membership provider, all member data (except for the email, login, password) are stored in table cmsPropertyData. So if you really need to find that info, write a sql query that'll fetch that info from your database.

     

    Hope this helps.

    Regards,

    /Dirk

Please Sign in or register to post replies

Write your reply to:

Draft