Méthode | Description | |
---|---|---|
MemberAccess ( IQueryable source, Type memberType, string memberName ) : |
||
MemberAccess ( Type elementType, Type memberType, string memberName ) : |
||
MemberAccess ( Type elementType, Type memberType, string memberName, bool liftMemberAccess ) : |
||
MemberAccess ( Type elementType, string memberName, bool liftMemberAccess ) : |
public static MemberAccess ( IQueryable source, Type memberType, string memberName ) : |
||
source | IQueryable | |
memberType | Type | |
memberName | string | |
Résultat |
public static MemberAccess ( Type elementType, Type memberType, string memberName ) : |
||
elementType | Type | |
memberType | Type | |
memberName | string | |
Résultat |
public static MemberAccess ( Type elementType, Type memberType, string memberName, bool liftMemberAccess ) : |
||
elementType | Type | |
memberType | Type | |
memberName | string | |
liftMemberAccess | bool | |
Résultat |
public static MemberAccess ( Type elementType, string memberName, bool liftMemberAccess ) : |
||
elementType | Type | |
memberName | string | |
liftMemberAccess | bool | |
Résultat |