Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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();
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Just for the record: i did it within the controller:
is working on a reply...