C# 클래스 Signum.Engine.DiffColumn

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

공개 프로퍼티들

프로퍼티 타입 설명
Default string
ForeignKey DiffForeignKey
Identity bool
Length int
Name string
Nullable bool
Precission int
PrimaryKey bool
Scale int
SqlDbType SqlDbType
UserTypeName string

공개 메소드들

메소드 설명
BytesPerChar ( System sqlDbType ) : int
Clone ( ) : DiffColumn
ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool
DefaultEquals ( IColumn other ) : bool
ToString ( ) : string

비공개 메소드들

메소드 설명
CleanParenthesis ( string p ) : string

메소드 상세

BytesPerChar() 공개 정적인 메소드

public static BytesPerChar ( System sqlDbType ) : int
sqlDbType System
리턴 int

Clone() 공개 메소드

public Clone ( ) : DiffColumn
리턴 DiffColumn

ColumnEquals() 공개 메소드

public ColumnEquals ( IColumn other, bool ignorePrimaryKey ) : bool
other IColumn
ignorePrimaryKey bool
리턴 bool

DefaultEquals() 공개 메소드

public DefaultEquals ( IColumn other ) : bool
other IColumn
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Default 공개적으로 프로퍼티

public string Default
리턴 string

ForeignKey 공개적으로 프로퍼티

public DiffForeignKey,Signum.Engine ForeignKey
리턴 DiffForeignKey

Identity 공개적으로 프로퍼티

public bool Identity
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Nullable 공개적으로 프로퍼티

public bool Nullable
리턴 bool

Precission 공개적으로 프로퍼티

public int Precission
리턴 int

PrimaryKey 공개적으로 프로퍼티

public bool PrimaryKey
리턴 bool

Scale 공개적으로 프로퍼티

public int Scale
리턴 int

SqlDbType 공개적으로 프로퍼티

public SqlDbType SqlDbType
리턴 SqlDbType

UserTypeName 공개적으로 프로퍼티

public string UserTypeName
리턴 string