UserInfoProviderGetFullUsers Method (String, String, Int32, String) |
Returns dataset with users with ther settings according to WHERE condition sorted by ORDER BY expression.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax public static InfoDataSet<UserInfo> GetFullUsers(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
WHERE condition - orderBy
- Type: SystemString
ORDER BY expression - topN
- Type: SystemInt32
Top N users - columns
- Type: SystemString
Columns to select, null or empty returns all columns
Return Value
Type:
InfoDataSetUserInfoSee Also