MySQLProfileProvider.GetAllProfiles Method

MySQL Connector/Net

MySQLProfileProviderGetAllProfiles Method

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

Parameters

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

Return Value

Type: ProfileInfoCollection
See Also