DatabaseApiOptions

Models the options required to configure an IDbAccess.

Namespace:
KpokPatagon.Data.DependencyInjection
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

ConnectionString

The connection string used to connect to the database.

Signature:
public String ConnectionString { get; set; }

ConnectionStringName

The name of the connection string from configuration to use.

Signature:
public String ConnectionStringName { get; set; }

DefaultSchema

Default schema for database objects.

Signature:
public String DefaultSchema { get; set; }

Retries

Specify how many times a failed operation will be retried.

Signature:
public Int32 Retries { get; set; }