C# 클래스 EventSourcing.SqliteEventStorage.SchemaGenerator

파일 보기 프로젝트 열기: jhicks/EventSourcing

공개 메소드들

메소드 설명
EnsureSchemaExists ( SQLiteConnection connection ) : void

메소드 상세

EnsureSchemaExists() 공개 정적인 메소드

public static EnsureSchemaExists ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
리턴 void