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

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