ScaffoldingModelExtensions.IsHandledByDataAnnotations 方法

定义

获取值,该值指示此索引是否可以完全由数据注释重新表示。

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

参数

index
IIndex

索引。

annotationCodeGenerator
IAnnotationCodeGenerator

提供程序的注释代码生成器。

返回

true 如果此索引可由数据批注重新表示,则为 。

适用于