다음을 통해 공유


MutableModelExtensions.RemoveIgnored(IMutableModel, Type) 메서드

정의

무시된 엔터티 형식을 제거합니다.

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

매개 변수

model
IMutableModel

무시된 엔터티 형식을 제거할 모델입니다.

type
Type

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

반환

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

적용 대상