EntityTypeExtensions.FindNavigation Yöntem

Tanım

Aşırı Yüklemeler

FindNavigation(IEntityType, MemberInfo)

Verilen varlık türünde bir gezinti özelliği alır. nullHiçbir gezinti özelliği bulunmazsa döndürür.

FindNavigation(IEntityType, PropertyInfo)

Verilen varlık türünde bir gezinti özelliği alır. Gezinti özelliği bulunmazsa null değerini döndürür.

FindNavigation(IEntityType, String)

Verilen varlık türünde bir gezinti özelliği alır. nullHiçbir gezinti özelliği bulunmazsa döndürür.

FindNavigation(IEntityType, MemberInfo)

Verilen varlık türünde bir gezinti özelliği alır. nullHiçbir gezinti özelliği bulunmazsa döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.INavigation FindNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Reflection.MemberInfo memberInfo);
static member FindNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Metadata.INavigation
<Extension()>
Public Function FindNavigation (entityType As IEntityType, memberInfo As MemberInfo) As INavigation

Parametreler

entityType
IEntityType

Varlık türü.

memberInfo
MemberInfo

Varlık sınıfındaki gezinti özelliği.

Döndürülenler

INavigation

Gezinti özelliği veya null Hiçbiri bulunmazsa.

Şunlara uygulanır

FindNavigation(IEntityType, PropertyInfo)

Verilen varlık türünde bir gezinti özelliği alır. Gezinti özelliği bulunmazsa null değerini döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.INavigation FindNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Reflection.PropertyInfo propertyInfo);
static member FindNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Reflection.PropertyInfo -> Microsoft.EntityFrameworkCore.Metadata.INavigation
<Extension()>
Public Function FindNavigation (entityType As IEntityType, propertyInfo As PropertyInfo) As INavigation

Parametreler

entityType
IEntityType

Üzerinde gezinti özelliğinin bulunacağı varlık türü.

propertyInfo
PropertyInfo

Varlık sınıfındaki gezinti özelliği.

Döndürülenler

INavigation

Gezinti özelliği veya Hiçbiri bulunmazsa null.

Şunlara uygulanır

FindNavigation(IEntityType, String)

Verilen varlık türünde bir gezinti özelliği alır. nullHiçbir gezinti özelliği bulunmazsa döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.INavigation FindNavigation (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, string name);
static member FindNavigation : Microsoft.EntityFrameworkCore.Metadata.IEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.INavigation
<Extension()>
Public Function FindNavigation (entityType As IEntityType, name As String) As INavigation

Parametreler

entityType
IEntityType

Varlık türü.

name
String

Varlık sınıfındaki Gezinti özelliğinin adı.

Döndürülenler

INavigation

Gezinti özelliği veya null Hiçbiri bulunmazsa.

Şunlara uygulanır