C# Class nHydrate.Generator.EFDAL.ColumnExtension

Mostrar archivo Open project: nHydrate/nHydrate

Public Methods

Method Description
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

Method Details

EFGetCodeMaxLengthString() public static method

public static EFGetCodeMaxLengthString ( this column ) : string
column this
return string

EFGetDatabaseMaxLengthString() public static method

public static EFGetDatabaseMaxLengthString ( this column ) : string
column this
return string

EFIsFixedLength() public static method

public static EFIsFixedLength ( this column ) : bool?
column this
return bool?

EFSqlCodeType() public static method

public static EFSqlCodeType ( this column ) : string
column this
return string

EFSqlDatabaseType() public static method

public static EFSqlDatabaseType ( this column ) : string
column this
return string

EFSqlDatabaseType() public static method

public static EFSqlDatabaseType ( this column, bool appendMax ) : string
column this
appendMax bool
return string

EFSupportsPrecision() public static method

public static EFSupportsPrecision ( this column ) : bool
column this
return bool

EFUnicode() public static method

public static EFUnicode ( this column ) : bool?
column this
return bool?

IsForeignKey() public static method

public static IsForeignKey ( this column ) : bool
column this
return bool

IsForeignKeyIgnoreInheritance() public static method

public static IsForeignKeyIgnoreInheritance ( this column ) : bool
column this
return bool

ToEFSqlDBType() public static method

public static ToEFSqlDBType ( this type ) : string
type this
return string

ToEFStoreGeneratedPattern() public static method

public static ToEFStoreGeneratedPattern ( this column ) : string
column this
return string