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

public override bool DeleteAccount( string userName )
Public Overrides Function DeleteAccount ( userName As String ) As Boolean
public: virtual bool DeleteAccount( String^ userName ) override
abstract DeleteAccount : userName : string -> bool override DeleteAccount : userName : string -> bool
Parameters
- userName
- Type: SystemString
Return Value
Type: Boolean