MySQL Connector/Net
MySQLMembershipProviderGetAllUsers Method |
Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9

public override MembershipUserCollection GetAllUsers( int pageIndex, int pageSize, out int totalRecords )
Public Overrides Function GetAllUsers ( pageIndex As Integer, pageSize As Integer, <OutAttribute> ByRef totalRecords As Integer ) As MembershipUserCollection
public: virtual MembershipUserCollection^ GetAllUsers( int pageIndex, int pageSize, [OutAttribute] int% totalRecords ) override
abstract GetAllUsers : pageIndex : int * pageSize : int * totalRecords : int byref -> MembershipUserCollection override GetAllUsers : pageIndex : int * pageSize : int * totalRecords : int byref -> MembershipUserCollection
Parameters
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- totalRecords
- Type: SystemInt32
Return Value
Type: MembershipUserCollection