Models the options required to configure an IDbAccess.
The connection string used to connect to the database.
public String ConnectionString { get; set; }
The name of the connection string from configuration to use.
public String ConnectionStringName { get; set; }
Default schema for database objects.
public String DefaultSchema { get; set; }
Specify how many times a failed operation will be retried.
public Int32 Retries { get; set; }
In this document