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

public override ICollection<OAuthAccountData> GetAccountsForUser( string userName )
Public Overrides Function GetAccountsForUser ( userName As String ) As ICollection(Of OAuthAccountData)
public: virtual ICollection<OAuthAccountData^>^ GetAccountsForUser( String^ userName ) override
abstract GetAccountsForUser : userName : string -> ICollection<OAuthAccountData> override GetAccountsForUser : userName : string -> ICollection<OAuthAccountData>
Parameters
- userName
- Type: SystemString
Return Value
Type: ICollectionOAuthAccountData