Class DbConnectionOptions
Represents the configuration settings for a database connection.
public class DbConnectionOptions
- Inheritance
-
DbConnectionOptions
- Inherited Members
Properties
ConnectionString
Defines the connection string used to connect to the database.
public required string ConnectionString { get; set; }
Property Value
DatabaseProvider
Specifies the database provider type.
public required DatabaseProvider DatabaseProvider { get; set; }
Property Value
- DatabaseProvider