C# 클래스 Abbotware.Data.Configuration.Models.InMemorySqlConnectionOptions

sql configuration class for in memory database
상속: Abbotware.Data.Configuration.Models.SqlConnectionOptions
파일 보기 프로젝트 열기: abbotware/abbotware

공개 메소드들

메소드 설명
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