Property | Type | Description |
---|
Method | Description | |
---|---|---|
Column ( ) : System |
Initializes.
|
|
Equals ( Column other ) : System.Boolean |
|
|
Equals ( Object obj ) : System.Boolean |
|
|
GetHashCode ( ) : |
|
|
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 |
|
public Equals ( Column other ) : System.Boolean | ||
other | Column | |
return | System.Boolean |
public Equals ( Object obj ) : System.Boolean | ||
obj | Object | |
return | System.Boolean |
public GetQuotedName ( Dialect dialect ) : String | ||
dialect | Dialect | |
return | String |
public GetSqlType ( Dialect dialect ) : String | ||
dialect | Dialect | |
return | String |