다음을 통해 공유


MutableModelExtensions.RemoveOwned(IMutableModel, Type) 메서드

정의

검색된 일치 엔터티 형식을 소유로 구성해서는 안 됨을 나타내는 지정된 소유 형식을 제거합니다.

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

매개 변수

model
IMutableModel

소유 형식 이름을 제거할 모델입니다.

clrTypetype
Type

소유해서는 안 되는 엔터티 형식의 형식입니다.

반환

제거된 소유 형식의 이름입니다.

적용 대상