C# 클래스 MigSharp.Providers.CreatedColumn

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

공개 메소드들

메소드 설명
CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )

메소드 상세

CreatedColumn() 공개 메소드

public CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )
name string
dataType DataType
isNullable bool
isPrimaryKey bool
uniqueConstraint string
isIdentity bool
defaultValue object
isRowVersion bool