Bagikan melalui


ScaffoldingModelExtensions.IsHandledByDataAnnotations Metode

Definisi

Mendapatkan nilai yang menunjukkan apakah indeks ini dapat sepenuhnya disempurnakan oleh anotasi data.

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

Parameter

index
IIndex

Indeks.

annotationCodeGenerator
IAnnotationCodeGenerator

Generator kode anotasi penyedia.

Mengembalikan

true jika indeks ini dapat direperesentasikan oleh anotasi data.

Berlaku untuk