C# Класс nHydrate.Generator.EFDAL.ColumnExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
EFGetCodeMaxLengthString ( this column ) : string
EFGetDatabaseMaxLengthString ( this column ) : string
EFIsFixedLength ( this column ) : bool?
EFSqlCodeType ( this column ) : string
EFSqlDatabaseType ( this column ) : string
EFSqlDatabaseType ( this column, bool appendMax ) : string
EFSupportsPrecision ( this column ) : bool
EFUnicode ( this column ) : bool?
IsForeignKey ( this column ) : bool
IsForeignKeyIgnoreInheritance ( this column ) : bool
ToEFSqlDBType ( this type ) : string
ToEFStoreGeneratedPattern ( this column ) : string

Описание методов

EFGetCodeMaxLengthString() публичный статический Метод

public static EFGetCodeMaxLengthString ( this column ) : string
column this
Результат string

EFGetDatabaseMaxLengthString() публичный статический Метод

public static EFGetDatabaseMaxLengthString ( this column ) : string
column this
Результат string

EFIsFixedLength() публичный статический Метод

public static EFIsFixedLength ( this column ) : bool?
column this
Результат bool?

EFSqlCodeType() публичный статический Метод

public static EFSqlCodeType ( this column ) : string
column this
Результат string

EFSqlDatabaseType() публичный статический Метод

public static EFSqlDatabaseType ( this column ) : string
column this
Результат string

EFSqlDatabaseType() публичный статический Метод

public static EFSqlDatabaseType ( this column, bool appendMax ) : string
column this
appendMax bool
Результат string

EFSupportsPrecision() публичный статический Метод

public static EFSupportsPrecision ( this column ) : bool
column this
Результат bool

EFUnicode() публичный статический Метод

public static EFUnicode ( this column ) : bool?
column this
Результат bool?

IsForeignKey() публичный статический Метод

public static IsForeignKey ( this column ) : bool
column this
Результат bool

IsForeignKeyIgnoreInheritance() публичный статический Метод

public static IsForeignKeyIgnoreInheritance ( this column ) : bool
column this
Результат bool

ToEFSqlDBType() публичный статический Метод

public static ToEFSqlDBType ( this type ) : string
type this
Результат string

ToEFStoreGeneratedPattern() публичный статический Метод

public static ToEFStoreGeneratedPattern ( this column ) : string
column this
Результат string