ForeignKeyIndexConvention.AreIndexedBy Yöntem

Tanım

Verilen özelliklerin zaten var olan bir dizin kapsamında olup olmadığını gösteren bir değer döndürür.

protected virtual bool AreIndexedBy (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties, bool unique, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> coveringIndexProperties, bool coveringIndexUnique);
abstract member AreIndexedBy : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
override this.AreIndexedBy : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
Protected Overridable Function AreIndexedBy (properties As IReadOnlyList(Of IConventionProperty), unique As Boolean, coveringIndexProperties As IReadOnlyList(Of IConventionProperty), coveringIndexUnique As Boolean) As Boolean

Parametreler

properties
IReadOnlyList<IConventionProperty>

Denetlenecek özellikler.

unique
Boolean

Oluşturulacak dizinin benzersiz olup olmadığı.

coveringIndexProperties
IReadOnlyList<IConventionProperty>

Var olan bir dizinin özellikleri.

coveringIndexUnique
Boolean

Mevcut dizinin benzersiz olup olmadığı.

Döndürülenler

true mevcut dizin verilen özellikleri kapsıyorsa.

Şunlara uygulanır