Show / Hide Table of Contents

Namespace Accelergreat.EntityFramework.SqlServer

Classes

SqlServerEntityFrameworkConfiguration

Configuration for SQL Server databases managed via Entity Framework.

Override default values in Accelergreat configuration under section SqlServerEntityFramework.

SqlServerEntityFrameworkDatabaseComponent<TDbContext>

A component for an Sql Server database managed via Entity Framework.

The following objects are published to the environment pipeline data when using SnapshotRollback reset strategy:

- Type: System.String. Key: EntityFrameworkDatabaseConnectionString<TDbContext>().

The following objects are published to the environment pipeline data when using Transactions reset strategy:

- Type: Microsoft.Data.SqlClient.SqlConnection. Key: EntityFrameworkDatabaseConnection<TDbContext>().

- Types: IDbTransactionWallet, IDbTransactionWallet<TDbTransaction>. Key: EntityFrameworkDatabaseTransactionWallet<TDbContext>().

See SqlServerEntityFrameworkConfiguration for default configuration values. You can override these in your Accelergreat configuration.

Enums

SqlSeverCreateStrategy

SqlSeverResetStrategy

In This Article
Back to top Copyright © Nanogunn Ltd.