Aracılığıyla paylaş


ScaffoldingModelExtensions.IsHandledByDataAnnotations Yöntem

Tanım

Bu dizinin bir veri ek açıklaması tarafından tamamen yeniden uygulanıp alınamayacağını gösteren değeri alır.

public static bool IsHandledByDataAnnotations (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member IsHandledByDataAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> bool
<Extension()>
Public Function IsHandledByDataAnnotations (index As IIndex, annotationCodeGenerator As IAnnotationCodeGenerator) As Boolean

Parametreler

index
IIndex

Dizin.

annotationCodeGenerator
IAnnotationCodeGenerator

Sağlayıcının ek açıklama kod oluşturucusunun.

Döndürülenler

true bu dizin bir veri ek açıklamasıyla yeniden kullanılabilirse.

Şunlara uygulanır