다음을 통해 공유


MutableModelExtensions.AddIgnored(IMutableModel, Type) 메서드

정의

지정된 엔터티 형식을 무시됨으로 표시하여 규칙에 일치하는 엔터티 형식이 모델에 추가되지 않도록 합니다.

public static void AddIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type clrType);
public static string AddIgnored (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type);
static member AddIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> unit
static member AddIgnored : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type -> string
<Extension()>
Public Sub AddIgnored (model As IMutableModel, clrType As Type)
<Extension()>
Public Function AddIgnored (model As IMutableModel, type As Type) As String

매개 변수

model
IMutableModel

무시된 형식을 추가할 모델입니다.

clrTypetype
Type

무시할 엔터티 형식입니다.

반환

무시된 형식의 이름입니다.

적용 대상