PropertyBaseExtensions.IsIndexerProperty(IPropertyBase) Yöntem

Tanım

Bunun bir dizin oluşturucu özelliği olup olmadığını gösteren bir değer alır. Bir dizin oluşturucu özelliği, varlık sınıfındaki bir dizin oluşturucu aracılığıyla erişilen bir özelliktir.

public static bool IsIndexerProperty (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member IsIndexerProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> bool
<Extension()>
Public Function IsIndexerProperty (property As IPropertyBase) As Boolean

Parametreler

property
IPropertyBase

Denetlenecek özellik.

Döndürülenler

Boolean

true Eğer özellik bir dizin oluşturucu özelliği ise, tersi durumda false .

Şunlara uygulanır