C# 클래스 MySql.Data.VisualStudio.DbObjects.Column

상속: Object, ITablePart
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CleanDataType void
Column System
ITablePart bool
ITablePart string
ITablePart string
ITablePart void
ParseColumnInfo void
ShouldSerializeAllowNull bool
ShouldSerializeAutoIncrement bool
ShouldSerializeCharacterSet bool
ShouldSerializeCollation bool
ShouldSerializeColumnName bool
ShouldSerializeComment bool
ShouldSerializeDataType bool
ShouldSerializeDefaultValue bool
ShouldSerializeIsUnsigned bool
ShouldSerializeIsZerofill bool
ShouldSerializePrecision bool
ShouldSerializePrimaryKey bool
ShouldSerializeScale bool

공개 메소드들

메소드 설명
Column ( DataRow row ) : System

비공개 메소드들

메소드 설명
CleanDataType ( ) : void
Column ( ) : System
ITablePart ( ) : bool
ITablePart ( ) : string
ITablePart ( bool newTable ) : string
ITablePart ( ) : void
ParseColumnInfo ( DataRow row ) : void
ShouldSerializeAllowNull ( ) : bool
ShouldSerializeAutoIncrement ( ) : bool
ShouldSerializeCharacterSet ( ) : bool
ShouldSerializeCollation ( ) : bool
ShouldSerializeColumnName ( ) : bool
ShouldSerializeComment ( ) : bool
ShouldSerializeDataType ( ) : bool
ShouldSerializeDefaultValue ( ) : bool
ShouldSerializeIsUnsigned ( ) : bool
ShouldSerializeIsZerofill ( ) : bool
ShouldSerializePrecision ( ) : bool
ShouldSerializePrimaryKey ( ) : bool
ShouldSerializeScale ( ) : bool

메소드 상세

Column() 공개 메소드

public Column ( DataRow row ) : System
row System.Data.DataRow
리턴 System