C# Class LX.EasyDb.Mapping.Column

A column of a relational database table
Datei anzeigen Open project: longshine/EasyDb.NET

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Column() public method

Initializes.
public Column ( ) : System
return System

Equals() public method

public Equals ( Column other ) : System.Boolean
other Column
return System.Boolean

Equals() public method

public Equals ( Object obj ) : System.Boolean
obj Object
return System.Boolean

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32

GetQuotedName() public method

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

GetSqlType() public method

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
return String

ToString() public method

public ToString ( ) : String
return String