Метод | Описание | |
---|---|---|
CreateNewExpression ( this type ) : |
||
IsDataAccessObjectType ( this type ) : bool | ||
IsExpressionTree ( this type ) : bool | ||
IsIntegralType ( this type ) : bool | ||
IsNullableType ( this type ) : bool | ||
IsQueryable ( this type ) : bool | ||
ToHumanReadableName ( this type ) : string |
Метод | Описание | |
---|---|---|
AppendHumanReadableName ( this type, StringBuilder builder ) : void | ||
CanBeNull ( this type ) : bool | ||
IsTypeRequiringJoin ( this type ) : bool | ||
JoinedObjectType ( this type ) : |
public static CreateNewExpression ( this type ) : |
||
type | this | |
Результат |
public static IsDataAccessObjectType ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsExpressionTree ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsIntegralType ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsNullableType ( this type ) : bool | ||
type | this | |
Результат | bool |
public static IsQueryable ( this type ) : bool | ||
type | this | |
Результат | bool |
public static ToHumanReadableName ( this type ) : string | ||
type | this | |
Результат | string |