C# Class nHydrate.Generator.EFDAL.Mocks.ColumnExtension

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
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

Method Details

EFCodeType() public static méthode

public static EFCodeType ( this column ) : string
column this
Résultat string

EFDatabaseType() public static méthode

public static EFDatabaseType ( this column ) : string
column this
Résultat string

EFDatabaseType() public static méthode

public static EFDatabaseType ( this column, bool appendMax ) : string
column this
appendMax bool
Résultat string

EFGetCodeMaxLengthString() public static méthode

public static EFGetCodeMaxLengthString ( this column ) : string
column this
Résultat string

EFGetDatabaseMaxLengthString() public static méthode

public static EFGetDatabaseMaxLengthString ( this column ) : string
column this
Résultat string

EFIsFixedLength() public static méthode

public static EFIsFixedLength ( this column ) : bool?
column this
Résultat bool?

EFStoreGeneratedPattern() public static méthode

public static EFStoreGeneratedPattern ( this column ) : string
column this
Résultat string

EFSupportsPrecision() public static méthode

public static EFSupportsPrecision ( this column ) : bool
column this
Résultat bool

EFUnicode() public static méthode

public static EFUnicode ( this column ) : bool?
column this
Résultat bool?

IsForeignKey() public static méthode

public static IsForeignKey ( this column ) : bool
column this
Résultat bool

IsForeignKeyIgnoreInheritance() public static méthode

public static IsForeignKeyIgnoreInheritance ( this column ) : bool
column this
Résultat bool