C# 클래스 CopyDb.ColumnInfo

파일 보기 프로젝트 열기: versionone/tools-CopyDb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Calculation string
Collation string
IdentityIncrement int
IdentitySeed int
IsDescending bool
IsIdentity bool
IsNullable bool
Name string
Position int
Precision int
Scale int
Size int
Type SqlDbType

공개 메소드들

메소드 설명
ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System
ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System

메소드 상세

ColumnInfo() 공개 메소드

public ColumnInfo ( object name, object type, object size, object precision, object scale, object isnullable, object isidentity, object identityseed, object identityincr, object calculation, object position, object collation ) : System
name object
type object
size object
precision object
scale object
isnullable object
isidentity object
identityseed object
identityincr object
calculation object
position object
collation object
리턴 System

ColumnInfo() 공개 메소드

public ColumnInfo ( string name, SqlDbType type, int size, int precision, int scale, bool isnullable, bool isidentity, int identityseed, int identityincr, string calculation, int position, string collation ) : System
name string
type SqlDbType
size int
precision int
scale int
isnullable bool
isidentity bool
identityseed int
identityincr int
calculation string
position int
collation string
리턴 System

프로퍼티 상세

Calculation 공개적으로 프로퍼티

public string Calculation
리턴 string

Collation 공개적으로 프로퍼티

public string Collation
리턴 string

IdentityIncrement 공개적으로 프로퍼티

public int IdentityIncrement
리턴 int

IdentitySeed 공개적으로 프로퍼티

public int IdentitySeed
리턴 int

IsDescending 공개적으로 프로퍼티

public bool IsDescending
리턴 bool

IsIdentity 공개적으로 프로퍼티

public bool IsIdentity
리턴 bool

IsNullable 공개적으로 프로퍼티

public bool IsNullable
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Position 공개적으로 프로퍼티

public int Position
리턴 int

Precision 공개적으로 프로퍼티

public int Precision
리턴 int

Scale 공개적으로 프로퍼티

public int Scale
리턴 int

Size 공개적으로 프로퍼티

public int Size
리턴 int

Type 공개적으로 프로퍼티

public SqlDbType Type
리턴 SqlDbType