DbAccessScope

Implements a database access scope that sets IDbAccess connection string property from an arbitrary of data using an IConnectionStringProvider.

Namespace:
KpokPatagon.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Implements:
KpokPatagon.Data.IDbAccessScope, System.IDisposable

Properties

Source

The current source of data for the database scope.

Signature:
public TSource Source { get; }

Methods

Dispose

Restores connection strings for the scoped database APIs and frees resources.

Signature:
public Void Dispose()

In this document