Table of Contents

Class DbConnectionOptions

Namespace
IceCoffee.Db4Net
Assembly
IceCoffee.Db4Net.dll

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

string

DatabaseProvider

Specifies the database provider type.

public required DatabaseProvider DatabaseProvider { get; set; }

Property Value

DatabaseProvider