Aracılığıyla paylaş


RuntimeEntityType.IEntityType.FindIndex Yöntem

Tanım

Aşırı Yüklemeler

IEntityType.FindIndex(String)

Verilen ada sahip dizini alır. Böyle bir dizin yoksa döndürür null .

IEntityType.FindIndex(IReadOnlyList<IReadOnlyProperty>)

Verilen özelliklerde tanımlanan adlandırılmamış dizini alır. Böyle bir dizin tanımlanmadıysa döndürür null .

IEntityType.FindIndex(String)

Verilen ada sahip dizini alır. Böyle bir dizin yoksa döndürür null .

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IIndex? IEntityType.FindIndex (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IIndex IEntityType.FindIndex (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindIndex : string -> Microsoft.EntityFrameworkCore.Metadata.IIndex
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindIndex : string -> Microsoft.EntityFrameworkCore.Metadata.IIndex
Function FindIndex (name As String) As IIndex Implements IEntityType.FindIndex

Parametreler

name
String

Dizinin adı.

Döndürülenler

Dizin veya null hiç bulunamaz.

Uygulamalar

Öznitelikler

Şunlara uygulanır

IEntityType.FindIndex(IReadOnlyList<IReadOnlyProperty>)

Verilen özelliklerde tanımlanan adlandırılmamış dizini alır. Böyle bir dizin tanımlanmadıysa döndürür null .

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IIndex? IEntityType.FindIndex (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IIndex IEntityType.FindIndex (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindIndex : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> -> Microsoft.EntityFrameworkCore.Metadata.IIndex
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindIndex : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> -> Microsoft.EntityFrameworkCore.Metadata.IIndex
Function FindIndex (properties As IReadOnlyList(Of IReadOnlyProperty)) As IIndex Implements IEntityType.FindIndex

Parametreler

properties
IReadOnlyList<IReadOnlyProperty>

Dizini bulmak için özellikler.

Döndürülenler

Dizin veya null hiç bulunamaz.

Uygulamalar

Öznitelikler

Şunlara uygulanır