C# Class Abbotware.Data.Configuration.Models.InMemorySqlConnectionOptions

sql configuration class for in memory database
Inheritance: Abbotware.Data.Configuration.Models.SqlConnectionOptions
Datei anzeigen Open project: abbotware/abbotware

Public Methods

Method Description
InMemorySqlConnectionOptions ( ) : System

Initializes a new instance of the InMemorySqlConnectionOptions class.

InMemorySqlConnectionOptions ( string databaseId ) : System

Initializes a new instance of the InMemorySqlConnectionOptions class.

Method Details

InMemorySqlConnectionOptions() public method

Initializes a new instance of the InMemorySqlConnectionOptions class.
public InMemorySqlConnectionOptions ( ) : System
return System

InMemorySqlConnectionOptions() public method

Initializes a new instance of the InMemorySqlConnectionOptions class.
public InMemorySqlConnectionOptions ( string databaseId ) : System
databaseId string unique id for database
return System