Npgsql Api Docs

NpgsqlProfileProvider.FindInactiveProfilesByUserName Method 

Finds inactive Profiles by user name

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

Parameters

authenticationOption
usernameToMatch
userInactiveSinceDate
pageIndex
pageSize
totalRecords

Return Value

See Also

NpgsqlProfileProvider Class | Npgsql.Web Namespace