ScaffoldingModelExtensions.IsHandledByDataAnnotations Methode

Definition

Ruft einen Wert ab, der angibt, ob dieser Index vollständig durch eine Datenanmerkung wiederholt werden kann.

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

Der Index.

annotationCodeGenerator
IAnnotationCodeGenerator

Der Anmerkungscodegenerator des Anbieters.

Gibt zurück

true , wenn dieser Index durch eine Datenanmerkung reeresent werden kann.

Gilt für: