Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateSchema ( string schemaName ) : void | ||
CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable | ||
Database ( IMigrationContext context ) : System | ||
Execute ( Action |
||
Execute ( string query ) : void |
public CreateSchema ( string schemaName ) : void | ||
schemaName | string | |
return | void |
public CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable | ||
tableName | string | |
primaryKeyConstraintName | string | |
return | ICreatedTable |
public Database ( IMigrationContext context ) : System | ||
context | IMigrationContext | |
return | System |