메소드 | 설명 | |
---|---|---|
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 | |
리턴 | string |
public static GetAncestorTypes ( this type ) : IEnumerable |
||
type | this | The type to inspect |
리턴 | IEnumerable |
public static GetDbType ( this type ) : DbType | ||
type | this | /// The type. /// |
리턴 | DbType |
public static IsCollection ( this type ) : bool | ||
type | this | /// The type. /// |
리턴 | bool |
public static IsEntityType ( this type ) : bool | ||
type | this | /// The type. /// |
리턴 | bool |
public static IsImplementationOf ( this thisType, |
||
thisType | this | /// The this type. /// |
type | /// The type. /// | |
리턴 | bool |
public static IsNullable ( this type ) : bool | ||
type | this | /// The type. /// |
리턴 | bool |
public static TypeTakesPrecisionAndScale ( this type ) : bool | ||
type | this | |
리턴 | bool |