Udostępnij za pośrednictwem


EntityTypeParameterBinding Konstruktory

Definicja

Przeciążenia

EntityTypeParameterBinding(IPropertyBase)

Tworzy nowe EntityTypeParameterBinding wystąpienie dla danego typu usługi.

EntityTypeParameterBinding(IPropertyBase[])

Tworzy nowe EntityTypeParameterBinding wystąpienie dla danego typu usługi.

EntityTypeParameterBinding(IPropertyBase)

Tworzy nowe EntityTypeParameterBinding wystąpienie dla danego typu usługi.

public EntityTypeParameterBinding (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding
Public Sub New (Optional serviceProperty As IPropertyBase = Nothing)

Parametry

serviceProperty
IPropertyBase

Skojarzona wartość IServiceProperty, lub null.

Dotyczy

EntityTypeParameterBinding(IPropertyBase[])

Tworzy nowe EntityTypeParameterBinding wystąpienie dla danego typu usługi.

public EntityTypeParameterBinding (params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.EntityTypeParameterBinding
Public Sub New (ParamArray serviceProperties As IPropertyBase())

Parametry

serviceProperties
IPropertyBase[]

Skojarzone IServiceProperty obiekty lub null.

Dotyczy