IncludeExpression Konstruktoren

Definition

Überlädt

IncludeExpression(Expression, Expression, INavigation)
IncludeExpression(Expression, Expression, INavigationBase)

Erstellt eine neue Instanz der IncludeExpression-Klasse. Die Navigation wird als geladen festgelegt, nachdem Sie die Include-Option abgeschlossen haben.

IncludeExpression(Expression, Expression, INavigationBase, Boolean)

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne Vorankündigung in einer Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt im Code verwenden und wissen, dass dies beim Aktualisieren auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

IncludeExpression(Expression, Expression, INavigation)

public IncludeExpression (System.Linq.Expressions.Expression entityExpression, System.Linq.Expressions.Expression navigationExpression, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation);
new Microsoft.EntityFrameworkCore.Query.IncludeExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation -> Microsoft.EntityFrameworkCore.Query.IncludeExpression
Public Sub New (entityExpression As Expression, navigationExpression As Expression, navigation As INavigation)

Parameter

entityExpression
Expression
navigationExpression
Expression
navigation
INavigation

Gilt für:

IncludeExpression(Expression, Expression, INavigationBase)

Erstellt eine neue Instanz der IncludeExpression-Klasse. Die Navigation wird als geladen festgelegt, nachdem Sie die Include-Option abgeschlossen haben.

public IncludeExpression (System.Linq.Expressions.Expression entityExpression, System.Linq.Expressions.Expression navigationExpression, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation);
new Microsoft.EntityFrameworkCore.Query.IncludeExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase -> Microsoft.EntityFrameworkCore.Query.IncludeExpression
Public Sub New (entityExpression As Expression, navigationExpression As Expression, navigation As INavigationBase)

Parameter

entityExpression
Expression

Ein Ausdruck zum Abrufen einer Entität, die include ausführt.

navigationExpression
Expression

Ein Ausdruck, um das enthaltene Navigationselement abzurufen.

navigation
INavigationBase

Die Navigation für diesen Vorgang schließt den Vorgang ein.

Gilt für:

IncludeExpression(Expression, Expression, INavigationBase, Boolean)

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne Vorankündigung in einer Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt im Code verwenden und wissen, dass dies beim Aktualisieren auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public IncludeExpression (System.Linq.Expressions.Expression entityExpression, System.Linq.Expressions.Expression navigationExpression, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation, bool setLoaded);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Query.IncludeExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * bool -> Microsoft.EntityFrameworkCore.Query.IncludeExpression
Public Sub New (entityExpression As Expression, navigationExpression As Expression, navigation As INavigationBase, setLoaded As Boolean)

Parameter

entityExpression
Expression
navigationExpression
Expression
navigation
INavigationBase
setLoaded
Boolean
Attribute

Gilt für: