Method | Description | |
---|---|---|
DefaultFor ( this dbType, bool isNullable ) : string | ||
GetAncestorTypes ( this type ) : IEnumerable |
Return all the implemented or inherited interfaces and the full hierarchy of base types
|
|
GetCLRType ( this dbType ) : |
Provides the CLR type for a particular DbType
|
|
GetDbType ( this type ) : DbType |
The get db type.
|
|
IsCollection ( this type ) : bool |
The is collection.
|
|
IsEntityType ( this type ) : bool |
The is entity type.
|
|
IsImplementationOf ( this thisType, |
The is implementation of.
|
|
IsNullable ( this type ) : bool |
The is nullable.
|
|
TypeTakesLength ( this type ) : bool | ||
TypeTakesPrecisionAndScale ( this type ) : bool |
public static DefaultFor ( this dbType, bool isNullable ) : string | ||
dbType | this | |
isNullable | bool | |
return | string |
public static GetAncestorTypes ( this type ) : IEnumerable |
||
type | this | The type to inspect |
return | IEnumerable |
public static GetCLRType ( this dbType ) : |
||
dbType | this | |
return |
public static GetDbType ( this type ) : DbType | ||
type | this | /// The type. /// |
return | DbType |
public static IsCollection ( this type ) : bool | ||
type | this | /// The type. /// |
return | bool |
public static IsEntityType ( this type ) : bool | ||
type | this | /// The type. /// |
return | bool |
public static IsImplementationOf ( this thisType, |
||
thisType | this | /// The this type. /// |
type | /// The type. /// | |
return | bool |
public static IsNullable ( this type ) : bool | ||
type | this | /// The type. /// |
return | bool |
public static TypeTakesLength ( this type ) : bool | ||
type | this | |
return | bool |
public static TypeTakesPrecisionAndScale ( this type ) : bool | ||
type | this | |
return | bool |