1 override of GetAllProfiles
System.Web (1)
Profile\SqlProfileProvider.cs (1)
446public override ProfileInfoCollection GetAllProfiles(ProfileAuthenticationOption authenticationOption, int pageIndex, int pageSize, out int totalRecords)
2 references to GetAllProfiles
System.Web (2)
Profile\ProfileManager.cs (2)
123return Provider.GetAllProfiles(authenticationOption, 0, Int32.MaxValue, out totalRecords); 135return Provider.GetAllProfiles(authenticationOption, pageIndex, pageSize, out totalRecords);