Метод | Описание | |
---|---|---|
Clone ( ) : object |
Shallow copy, the value is not copied
|
|
Column ( ) : System |
Initializes a new instance of Column.
|
|
Column ( string columnName ) : System |
Initializes a new instance of Column.
|
|
Equals ( |
Determines if this instance of Column and the specified Column can be considered the same.
|
|
Equals ( object obj ) : bool |
Determines if this instance of Column and a specified object, which must be a Column can be considered the same.
|
|
GetAlias ( Dialect dialect ) : string |
For any column name, generate an alias that is unique to that column name, and also take Dialect.MaxAliasLength into account.
|
|
GetAlias ( Dialect dialect, NHibernate.Mapping.Table table ) : string | ||
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
GetQuotedName ( ) : string |
returns quoted name as it would be in the mapping file.
|
|
GetQuotedName ( Dialect d ) : string |
Gets the name of this Column in quoted form if it is necessary.
|
|
GetSqlType ( Dialect dialect, IMapping mapping ) : string |
Gets the name of the data type for the column. If the mapping file contains a value of the attribute |
|
GetSqlTypeCode ( IMapping mapping ) : NHibernate.SqlTypes.SqlType | ||
GetTemplate ( Dialect dialect, NHibernate.Dialect.Function.SQLFunctionRegistry functionRegistry ) : string | ||
GetText ( Dialect dialect ) : string | ||
IsCaracteristicsDefined ( ) : bool | ||
IsLengthDefined ( ) : bool | ||
IsPrecisionDefined ( ) : bool | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GetAlias ( int maxAliasLength ) : string | ||
GetDialectTypeName ( Dialect dialect, IMapping mapping ) : string |
public Column ( string columnName ) : System | ||
columnName | string | The name of the column. |
Результат | System |
public Equals ( |
||
column | A |
|
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | An |
Результат | bool |
public GetAlias ( Dialect dialect ) : string | ||
dialect | Dialect | |
Результат | string |
public GetAlias ( Dialect dialect, NHibernate.Mapping.Table table ) : string | ||
dialect | Dialect | |
table | NHibernate.Mapping.Table | |
Результат | string |
public GetQuotedName ( Dialect d ) : string | ||
d | Dialect |
/// The |
Результат | string |
public GetSqlType ( Dialect dialect, IMapping mapping ) : string | ||
dialect | Dialect | The |
mapping | IMapping | |
Результат | string |
public GetSqlTypeCode ( IMapping mapping ) : NHibernate.SqlTypes.SqlType | ||
mapping | IMapping | |
Результат | NHibernate.SqlTypes.SqlType |
public GetTemplate ( Dialect dialect, NHibernate.Dialect.Function.SQLFunctionRegistry functionRegistry ) : string | ||
dialect | Dialect | |
functionRegistry | NHibernate.Dialect.Function.SQLFunctionRegistry | |
Результат | string |
public GetText ( Dialect dialect ) : string | ||
dialect | Dialect | |
Результат | string |