User
Models a MySql user.
- Namespace:
- Inetdev.Data.MySql.Dba
- Type:
- Class
- Public:
- Yes
- Protected:
- No
- Sealed:
- No
- Abstract:
- No
- Inherits from:
- System.Object
Constructors
User
Default constructor
- Signature:
public Void User()
Properties
IdentifiedBy
User idenification kind.
- Signature:
public IdentifiedBy IdentifiedBy { get; set; }
Name
User name.
- Signature:
public String Name { get; set; }
Password
User password.
- Signature:
public String Password { get; set; }