Hi All,
I have a custom profile property, "ConstituentID".
I want to query the Membership provider and have it give me back a list of all users that have a ConstituentID that is not blank (i.e., an empty string).
Is there a way to do this? I see that there is the MembershipProvider.GetUsersByProfileProperty method, but it requires that you specify a property value. I want the reverse--all users that do not match a particular value (namely, an empty string).
-Josh