C# Class EventSourcing.SqliteEventStorage.SchemaGenerator

显示文件 Open project: jhicks/EventSourcing

Public Methods

Method Description
EnsureSchemaExists ( SQLiteConnection connection ) : void

Method Details

EnsureSchemaExists() public static method

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