The meaning of this parameter differs according to the database engine you use. MySQL The name of the database to create when the DB
instance is created. If this parameter is not specified, no database is created in the DB instance. Constraints:
- Must contain 1 to 64 alphanumeric characters
- Cannot be a word reserved by the specified database engine
- Cannot be longer than 8 characters

C# |
public string DBName { get; set; }