MySQLProfileProvider.FindProfilesByUserName Method

MySQL Connector/Net

MySQLProfileProviderFindProfilesByUserName Method

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override ProfileInfoCollection FindProfilesByUserName(
	ProfileAuthenticationOption authenticationOption,
	string usernameToMatch,
	int pageIndex,
	int pageSize,
	out int totalRecords
)
Public Overrides Function FindProfilesByUserName ( 
	authenticationOption As ProfileAuthenticationOption,
	usernameToMatch As String,
	pageIndex As Integer,
	pageSize As Integer,
	<OutAttribute> ByRef totalRecords As Integer
) As ProfileInfoCollection
public:
virtual ProfileInfoCollection^ FindProfilesByUserName(
	ProfileAuthenticationOption authenticationOption, 
	String^ usernameToMatch, 
	int pageIndex, 
	int pageSize, 
	[OutAttribute] int% totalRecords
) override
abstract FindProfilesByUserName : 
        authenticationOption : ProfileAuthenticationOption * 
        usernameToMatch : string * 
        pageIndex : int * 
        pageSize : int * 
        totalRecords : int byref -> ProfileInfoCollection 
override FindProfilesByUserName : 
        authenticationOption : ProfileAuthenticationOption * 
        usernameToMatch : string * 
        pageIndex : int * 
        pageSize : int * 
        totalRecords : int byref -> ProfileInfoCollection 

Parameters

authenticationOption
Type: System.Web.ProfileProfileAuthenticationOption
usernameToMatch
Type: SystemString
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
totalRecords
Type: SystemInt32

Return Value

Type: ProfileInfoCollection
See Also