C# 클래스 MigSharp.Core.Entities.Database

상속: IDatabase
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateSchema ( string schemaName ) : void
CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable
Database ( IMigrationContext context ) : System
Execute ( Action action ) : void
Execute ( string query ) : void

메소드 상세

CreateSchema() 공개 메소드

public CreateSchema ( string schemaName ) : void
schemaName string
리턴 void

CreateTable() 공개 메소드

public CreateTable ( string tableName, string primaryKeyConstraintName ) : ICreatedTable
tableName string
primaryKeyConstraintName string
리턴 ICreatedTable

Database() 공개 메소드

public Database ( IMigrationContext context ) : System
context IMigrationContext
리턴 System

Execute() 공개 메소드

public Execute ( Action action ) : void
action Action
리턴 void

Execute() 공개 메소드

public Execute ( string query ) : void
query string
리턴 void