C# 클래스 Adf.Base.Data.ColumnDescriber

상속: IColumn
파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 메소드들

메소드 설명
ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table of ITable.

ColumnDescriber ( string attribute, string table, string column = null ) : System

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table name.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Returns the columns attribute.

메소드 상세

ColumnDescriber() 공개 메소드

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table of ITable.
public ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System
attribute string The attribute which contains the datatype, length etc.
table ITable The which contains the table name.
column string Column name of a table.
isIdentity bool
isAutoIncrement bool
isTimestamp bool
리턴 System

ColumnDescriber() 공개 메소드

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table name.
public ColumnDescriber ( string attribute, string table, string column = null ) : System
attribute string The attribute which contains the datatype, length etc.
table string The table name.
column string Column name of a table.
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns the columns attribute.
public ToString ( ) : string
리턴 string