Method | 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 |
public static EFCodeType ( this column ) : string | ||
column | this | |
return | string |
public static EFDatabaseType ( this column ) : string | ||
column | this | |
return | string |
public static EFDatabaseType ( this column, bool appendMax ) : string | ||
column | this | |
appendMax | bool | |
return | string |
public static EFGetCodeMaxLengthString ( this column ) : string | ||
column | this | |
return | string |
public static EFGetDatabaseMaxLengthString ( this column ) : string | ||
column | this | |
return | string |
public static EFIsFixedLength ( this column ) : bool? | ||
column | this | |
return | bool? |
public static EFStoreGeneratedPattern ( this column ) : string | ||
column | this | |
return | string |
public static EFSupportsPrecision ( this column ) : bool | ||
column | this | |
return | bool |
public static EFUnicode ( this column ) : bool? | ||
column | this | |
return | bool? |
public static IsForeignKey ( this column ) : bool | ||
column | this | |
return | bool |
public static IsForeignKeyIgnoreInheritance ( this column ) : bool | ||
column | this | |
return | bool |