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...
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.
Continue discussion
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...
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.