MySQL Connector/Net
MySQLProfileProviderFindInactiveProfilesByUserName Method |
Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9

public override ProfileInfoCollection FindInactiveProfilesByUserName( ProfileAuthenticationOption authenticationOption, string usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, out int totalRecords )
Public Overrides Function FindInactiveProfilesByUserName ( authenticationOption As ProfileAuthenticationOption, usernameToMatch As String, userInactiveSinceDate As DateTime, pageIndex As Integer, pageSize As Integer, <OutAttribute> ByRef totalRecords As Integer ) As ProfileInfoCollection
public: virtual ProfileInfoCollection^ FindInactiveProfilesByUserName( ProfileAuthenticationOption authenticationOption, String^ usernameToMatch, DateTime userInactiveSinceDate, int pageIndex, int pageSize, [OutAttribute] int% totalRecords ) override
abstract FindInactiveProfilesByUserName : authenticationOption : ProfileAuthenticationOption * usernameToMatch : string * userInactiveSinceDate : DateTime * pageIndex : int * pageSize : int * totalRecords : int byref -> ProfileInfoCollection override FindInactiveProfilesByUserName : authenticationOption : ProfileAuthenticationOption * usernameToMatch : string * userInactiveSinceDate : DateTime * pageIndex : int * pageSize : int * totalRecords : int byref -> ProfileInfoCollection
Parameters
- authenticationOption
- Type: System.Web.ProfileProfileAuthenticationOption
- usernameToMatch
- Type: SystemString
- userInactiveSinceDate
- Type: SystemDateTime
- pageIndex
- Type: SystemInt32
- pageSize
- Type: SystemInt32
- totalRecords
- Type: SystemInt32
Return Value
Type: ProfileInfoCollection