C# 클래스 Gymnastika.Data.Migration.Commands.AlterColumnCommand

상속: ColumnCommand
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika 1 사용 예제들

공개 메소드들

메소드 설명
AlterColumnCommand ( string tableName, string columnName ) : System.Data
Unlimited ( ) : AlterColumnCommand
WithLength ( int length ) : AlterColumnCommand
WithType ( DbType dbType ) : AlterColumnCommand
WithType ( DbType dbType, byte precision, byte scale ) : AlterColumnCommand
WithType ( DbType dbType, int length ) : AlterColumnCommand

메소드 상세

AlterColumnCommand() 공개 메소드

public AlterColumnCommand ( string tableName, string columnName ) : System.Data
tableName string
columnName string
리턴 System.Data

Unlimited() 공개 메소드

public Unlimited ( ) : AlterColumnCommand
리턴 AlterColumnCommand

WithLength() 공개 메소드

public WithLength ( int length ) : AlterColumnCommand
length int
리턴 AlterColumnCommand

WithType() 공개 메소드

public WithType ( DbType dbType ) : AlterColumnCommand
dbType DbType
리턴 AlterColumnCommand

WithType() 공개 메소드

public WithType ( DbType dbType, byte precision, byte scale ) : AlterColumnCommand
dbType DbType
precision byte
scale byte
리턴 AlterColumnCommand

WithType() 공개 메소드

public WithType ( DbType dbType, int length ) : AlterColumnCommand
dbType DbType
length int
리턴 AlterColumnCommand