Npgsql Api Docs

NpgsqlProfileProvider.GetAllProfiles Method 

Gets all Profiles

[Visual Basic]
Overrides Public Function GetAllProfiles( _
   ByVal authenticationOption As ProfileAuthenticationOption, _
   ByVal pageIndex As Integer, _
   ByVal pageSize As Integer, _
   ByRef totalRecords As Integer _
) As ProfileInfoCollection
[C#]
public override ProfileInfoCollection GetAllProfiles(
   ProfileAuthenticationOption authenticationOption,
   int pageIndex,
   int pageSize,
   out int totalRecords
);

Parameters

authenticationOption
pageIndex
pageSize
totalRecords

Return Value

See Also

NpgsqlProfileProvider Class | Npgsql.Web Namespace