Aracılığıyla paylaş


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. Gezinti özelliği bulunmazsa döndürür null .

FindNavigation(IEntityType, PropertyInfo)

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

FindNavigation(IEntityType, String)

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

FindNavigation(IEntityType, MemberInfo)

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

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

Gezinti özelliği veya null yoksa.

Şunlara uygulanır

FindNavigation(IEntityType, PropertyInfo)

Verilen varlık türünde bir gezinti özelliği alır. Gezinti özelliği bulunmazsa null 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

Gezinti özelliğinin bulunacak varlık türü.

propertyInfo
PropertyInfo

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

Döndürülenler

Gezinti özelliği veya yoksa null.

Şunlara uygulanır

FindNavigation(IEntityType, String)

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

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

Gezinti özelliği veya null yoksa.

Şunlara uygulanır