Show / Hide Table of Contents

Class SQLDataAccessOptions

Settings for the SQL data access layer.

Inheritance
object
SQLDataAccessOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class SQLDataAccessOptions

Properties

View Source

SqlConnectionString

Gets or sets the SQL connection string for the web/ingestion DB.

Declaration
[Required]
public string SqlConnectionString { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX