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

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

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

Метод Описание
EFCodeType ( this column ) : string
EFDatabaseType ( this column ) : string
EFDatabaseType ( this column, bool appendMax ) : string
EFGetCodeMaxLengthString ( this column ) : string
EFGetDatabaseMaxLengthString ( this column ) : string
EFIsFixedLength ( this column ) : bool?
EFStoreGeneratedPattern ( this column ) : string
EFSupportsPrecision ( this column ) : bool
EFUnicode ( this column ) : bool?
IsForeignKey ( this column ) : bool
IsForeignKeyIgnoreInheritance ( this column ) : bool

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

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

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

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

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

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

public static EFDatabaseType ( this column, bool appendMax ) : string
column this
appendMax bool
Результат 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?

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

public static EFStoreGeneratedPattern ( this column ) : string
column this
Результат 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