ConventionModelExtensions.RemoveOwned(IConventionModel, Type) Yöntem

Tanım

Bulunan eşleşen varlık türleri sahip olarak yapılandırılmamalıdır, belirtilen sahip türü kaldırır.

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

Parametreler

model
IConventionModel

Sahip olduğu tür adının kaldırılacağı model.

clrTypetype
Type

Sahibi olmaması gereken varlık türünün türü.

Döndürülenler

String

Kaldırılan sahip olunan türün adı.

Şunlara uygulanır