Freigeben über


NavigationBuilder.AutoInclude(Boolean) Methode

Definition

Konfiguriert, ob diese Navigation automatisch in eine Abfrage einbezogen werden soll.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.NavigationBuilder AutoInclude (bool autoInclude = true);
abstract member AutoInclude : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.NavigationBuilder
override this.AutoInclude : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.NavigationBuilder
Public Overridable Function AutoInclude (Optional autoInclude As Boolean = true) As NavigationBuilder

Parameter

autoInclude
Boolean

Ein Wert, der angibt, ob die Navigation automatisch einbezogen werden soll.

Gibt zurück

Derselbe Generator instance, sodass mehrere Konfigurationsaufrufe verkettet werden können.

Gilt für: