C# 클래스 Sharp.Data.Schema.FluentColumn

파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations 1 사용 예제들

공개 메소드들

메소드 설명
AsPrimaryKey ( ) : FluentColumn
Comment ( string comment ) : FluentColumn
DefaultValue ( object value ) : FluentColumn
FluentColumn ( string name ) : System.Data
FluentColumn ( string name, DbType type ) : System.Data
FluentColumn ( string name, DbType type, int size ) : System.Data
NotNull ( ) : FluentColumn
Size ( int size ) : FluentColumn

메소드 상세

AsPrimaryKey() 공개 메소드

public AsPrimaryKey ( ) : FluentColumn
리턴 FluentColumn

Comment() 공개 메소드

public Comment ( string comment ) : FluentColumn
comment string
리턴 FluentColumn

DefaultValue() 공개 메소드

public DefaultValue ( object value ) : FluentColumn
value object
리턴 FluentColumn

FluentColumn() 공개 메소드

public FluentColumn ( string name ) : System.Data
name string
리턴 System.Data

FluentColumn() 공개 메소드

public FluentColumn ( string name, DbType type ) : System.Data
name string
type DbType
리턴 System.Data

FluentColumn() 공개 메소드

public FluentColumn ( string name, DbType type, int size ) : System.Data
name string
type DbType
size int
리턴 System.Data

NotNull() 공개 메소드

public NotNull ( ) : FluentColumn
리턴 FluentColumn

Size() 공개 메소드

public Size ( int size ) : FluentColumn
size int
리턴 FluentColumn