Sdílet prostřednictvím


MutableModelExtensions.AddShared(IMutableModel, Type) Metoda

Definice

Označí daný typ entity jako sdílený, což označuje, že při zjištění odpovídajících typů entit by měly být nakonfigurovány jako typ entity sdíleného typu.

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

Parametry

model
IMutableModel

Model, do který chcete přidat sdílený typ.

type
Type

Typ entity, který se má sdílet.

Platí pro