C# 클래스 LX.EasyDb.Mapping.Column

A column of a relational database table
파일 보기 프로젝트 열기: longshine/EasyDb.NET

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Column ( ) : System

Initializes.

Equals ( Column other ) : System.Boolean

Equals ( Object obj ) : System.Boolean

GetHashCode ( ) : Int32

GetQuotedName ( Dialect dialect ) : String

Gets the quoted name.

GetSqlType ( Dialect dialect ) : String

Gets the SQL type of this column. Returned type will be the SqlType, or be looked up by the Type property if SqlType is not set.

ToString ( ) : String

메소드 상세

Column() 공개 메소드

Initializes.
public Column ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( Column other ) : System.Boolean
other Column
리턴 System.Boolean

Equals() 공개 메소드

public Equals ( Object obj ) : System.Boolean
obj Object
리턴 System.Boolean

GetHashCode() 공개 메소드

public GetHashCode ( ) : Int32
리턴 System.Int32

GetQuotedName() 공개 메소드

Gets the quoted name.
public GetQuotedName ( Dialect dialect ) : String
dialect Dialect
리턴 String

GetSqlType() 공개 메소드

Gets the SQL type of this column. Returned type will be the SqlType, or be looked up by the Type property if SqlType is not set.
public GetSqlType ( Dialect dialect ) : String
dialect Dialect
리턴 String

ToString() 공개 메소드

public ToString ( ) : String
리턴 String