Show / Hide Table of Contents

Class SQLDataAccessExtensions

Extensions to add SQL data access layer dependencies.

Inheritance
object
SQLDataAccessExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.dll
Syntax
public static class SQLDataAccessExtensions

Methods

View Source

AddSQLDataAccess(IServiceCollection, IConfiguration)

Add SQL dependencies to DI service collection.

Declaration
public static IServiceCollection AddSQLDataAccess(this IServiceCollection services, IConfiguration configuration)
Parameters
Type Name Description
IServiceCollection services

Dependency injection service collection.

IConfiguration configuration
Returns
Type Description
IServiceCollection

An IServiceCollection object.

  • View Source
In this article
Back to top Generated by DocFX