C# 클래스 YesSql.Core.Sql.Schema.ColumnCommand

상속: TableCommand
파일 보기 프로젝트 열기: sebastienros/yessql

공개 메소드들

메소드 설명
ColumnCommand ( string tableName, string name ) : System.Data
Unlimited ( ) : ColumnCommand
WithDefault ( object @default ) : ColumnCommand
WithLength ( int length ) : ColumnCommand
WithType ( DbType dbType ) : ColumnCommand

메소드 상세

ColumnCommand() 공개 메소드

public ColumnCommand ( string tableName, string name ) : System.Data
tableName string
name string
리턴 System.Data

Unlimited() 공개 메소드

public Unlimited ( ) : ColumnCommand
리턴 ColumnCommand

WithDefault() 공개 메소드

public WithDefault ( object @default ) : ColumnCommand
@default object
리턴 ColumnCommand

WithLength() 공개 메소드

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

WithType() 공개 메소드

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