Aracılığıyla paylaş


MutableEntityTypeExtensions.FindDefiningNavigation(IMutableEntityType) Yöntem

Tanım

Dikkat

Entity types with defining navigations have been replaced by shared-type entity types

Varsa veya null başka bir şekilde tanımlama gezintisini döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation FindDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation? FindDefiningNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member FindDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
static member FindDefiningNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
<Extension()>
Public Function FindDefiningNavigation (entityType As IMutableEntityType) As IMutableNavigation

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Varsa veya null başka bir şekilde tanımlayan gezinti.

Öznitelikler

Şunlara uygulanır