메소드 | 설명 | |
---|---|---|
CreateDatabaseIfNotExists ( ) : void | ||
ExecuteScript ( string script ) : void | ||
GenerateSqlScript ( bool includeData ) : string | ||
GetConnWithoutDatabaseSpecified ( ) : IDbConnection | ||
Init ( ) : |
||
MigrationTableExists ( ) : bool | ||
MsSqlDatabaseRepository ( string connectionString, string filePath ) : System | ||
MsSqlDatabaseRepository ( string connectionString, string filePath, string tableName ) : System |
메소드 | 설명 | |
---|---|---|
GetMigrationCmd ( |
public GenerateSqlScript ( bool includeData ) : string | ||
includeData | bool | |
리턴 | string |
public GetConnWithoutDatabaseSpecified ( ) : IDbConnection | ||
리턴 | IDbConnection |
protected GetMigrationCmd ( |
||
migration | ||
리턴 | IDbCommand |
public MsSqlDatabaseRepository ( string connectionString, string filePath ) : System | ||
connectionString | string | |
filePath | string | |
리턴 | System |
public MsSqlDatabaseRepository ( string connectionString, string filePath, string tableName ) : System | ||
connectionString | string | |
filePath | string | |
tableName | string | |
리턴 | System |