다음을 통해 공유


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 이 인덱스를 데이터 주석으로 다시 사용할 수 있으면 입니다.

적용 대상