프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
CreateSchema ( string schemaName ) : void | ||
CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable | ||
Database ( IMigrationContext context ) : System | ||
Execute ( Action |
||
Execute ( string query ) : void |
public CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable | ||
tableName | string | |
primaryKeyConstraintName | string | |
리턴 | ICreatedTable |
public Database ( IMigrationContext context ) : System | ||
context | IMigrationContext | |
리턴 | System |