Npgsql Api Docs

NpgsqlProfileProvider.FindProfilesByUserName Method 

Finds Profiles by user name

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

Parameters

authenticationOption
usernameToMatch
pageIndex
pageSize
totalRecords

Return Value

See Also

NpgsqlProfileProvider Class | Npgsql.Web Namespace