Namespace EPiServer.Data.Providers
Classes
ConnectionContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helper class that wraps a connection and a transaction.
ConnectionScope
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helper class to control the scope of a connection, built for the "using-pattern".
ReadOnlySqlDatabaseHandler
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
RetryPolicy
Retry policy abstraction
SqlDatabaseFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
SqlDatabaseHandler
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
SqlTransientErrors
Known transient SQL errors
SqlTransientErrorsRetryPolicy
A retry policy implementing exponential backoff designed for SQL Server
Interfaces
IAsyncConnectionContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
IAsyncConnectionScope
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
IConnectionContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
IConnectionScope
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Helper class to handle the scope of a connection to the database
IDatabaseFactory
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory implementation for IDatabaseHandler