C# 클래스 Framework.Migrator.Fluent.RemoveColumn

Removes table column.
상속: Column
파일 보기 프로젝트 열기: coreframework/Core-Framework 1 사용 예제들

공개 메소드들

메소드 설명
Migrate ( ITransformationProvider database ) : void

Removes table column.

RemoveColumn ( String columnName, String tableName ) : System

Initializes a new instance of the RemoveColumn class.

메소드 상세

Migrate() 공개 메소드

Removes table column.
public Migrate ( ITransformationProvider database ) : void
database ITransformationProvider The database.
리턴 void

RemoveColumn() 공개 메소드

Initializes a new instance of the RemoveColumn class.
public RemoveColumn ( String columnName, String tableName ) : System
columnName String Name of the column.
tableName String Name of the table.
리턴 System