C# Класс Abbotware.Data.Configuration.Models.InMemorySqlConnectionOptions

sql configuration class for in memory database
Наследование: Abbotware.Data.Configuration.Models.SqlConnectionOptions
Показать файл Открыть проект

Открытые методы

Метод Описание
InMemorySqlConnectionOptions ( ) : System

Initializes a new instance of the InMemorySqlConnectionOptions class.

InMemorySqlConnectionOptions ( string databaseId ) : System

Initializes a new instance of the InMemorySqlConnectionOptions class.

Описание методов

InMemorySqlConnectionOptions() публичный Метод

Initializes a new instance of the InMemorySqlConnectionOptions class.
public InMemorySqlConnectionOptions ( ) : System
Результат System

InMemorySqlConnectionOptions() публичный Метод

Initializes a new instance of the InMemorySqlConnectionOptions class.
public InMemorySqlConnectionOptions ( string databaseId ) : System
databaseId string unique id for database
Результат System