LambdaExpression
Body
Name
NodeType
Parameters
ReturnType
TailCall
Type
Compile()
Compile(Boolean)
Compile(DebugInfoGenerator)
CompileToMethod(MethodBuilder)
CompileToMethod(MethodBuilder, DebugInfoGenerator)
GetMemberAccess(LambdaExpression)
GetMemberAccessChain(LambdaExpression, String)
GetMemberAccessList(LambdaExpression)
GetPropertyAccess(LambdaExpression)
GetPropertyAccessList(LambdaExpression)
MatchMemberAccessChain(LambdaExpression)
MatchMemberAccessList<TMemberInfo>(LambdaExpression, Func<Expression, Expression, TMemberInfo>)
net11.0
namespace Microsoft.EntityFrameworkCore.Internal
{
public static class ExpressionExtensions
{
public static List<MemberInfo!>! GetMemberAccessChain(this LambdaExpression! expression, string! parameterName);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (11.0.0-preview.5.26302.115) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API