Метод | Описание | |
---|---|---|
Default ( object defaultValue ) : string | ||
GetAndMapColumnProperties ( Column column ) : |
||
GetColumnMapper ( Column column ) : ColumnPropertiesMapper | ||
GetTypeName ( DbType type ) : string |
Get the name of the database type associated with the given
|
|
GetTypeName ( DbType type, int length ) : string |
Get the name of the database type associated with the given
|
|
GetTypeName ( DbType type, int length, int precision, int scale ) : string |
Get the name of the database type associated with the given
|
|
NewProviderForDialect ( string invariantProvider, string connectionString ) : ITransformationProvider | ||
Quote ( string value ) : string | ||
RegisterProperty ( ColumnProperty property, string sql ) : void | ||
SqlForProperty ( ColumnProperty property ) : string |
Метод | Описание | |
---|---|---|
Dialect ( ) : System | ||
RegisterColumnType ( DbType code, int capacity, string name ) : void |
Subclasses register a typename for the given type code and maximum column length.
|
|
RegisterColumnType ( DbType code, string name ) : void |
Suclasses register a typename for the given type code.
|
public Default ( object defaultValue ) : string | ||
defaultValue | object | |
Результат | string |
public GetAndMapColumnProperties ( Column column ) : |
||
column | Column | |
Результат |
public GetColumnMapper ( Column column ) : ColumnPropertiesMapper | ||
column | Column | |
Результат | ColumnPropertiesMapper |
public GetTypeName ( DbType type ) : string | ||
type | DbType | The DbType |
Результат | string |
public GetTypeName ( DbType type, int length ) : string | ||
type | DbType | The DbType |
length | int | |
Результат | string |
public GetTypeName ( DbType type, int length, int precision, int scale ) : string | ||
type | DbType | The DbType |
length | int | |
precision | int | |
scale | int | |
Результат | string |
public NewProviderForDialect ( string invariantProvider, string connectionString ) : ITransformationProvider | ||
invariantProvider | string | |
connectionString | string | |
Результат | ITransformationProvider |
protected RegisterColumnType ( DbType code, int capacity, string name ) : void | ||
code | DbType | The typecode |
capacity | int | Maximum length of database type |
name | string | The database type name |
Результат | void |
protected RegisterColumnType ( DbType code, string name ) : void | ||
code | DbType | The typecode |
name | string | The database type name |
Результат | void |
public RegisterProperty ( ColumnProperty property, string sql ) : void | ||
property | ColumnProperty | |
sql | string | |
Результат | void |
public SqlForProperty ( ColumnProperty property ) : string | ||
property | ColumnProperty | |
Результат | string |