Copied to clipboard

Flag this post as spam?

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


  • Arthur 12 posts 104 karma points
    Jul 05, 2023 @ 09:02
    Arthur
    0

    Search Member Properties in Umbraco 10 (sqlite)

    Hi there,

    can anyone help me with this issue? With wich sql statement can i query the sqllite db in order to get all members including all member properties?

    THANK YOU Cheers Arthur

  • Arthur 12 posts 104 karma points
    Jul 06, 2023 @ 09:43
    Arthur
    101

    Just for the record: i did it within the controller:

    var ListeMembers = _memberService.GetAllMembers().Where(x => x.GetValue("published") == null || x.GetValue<bool>("published")).ToList();
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies