Share via


EntityTypeParameterBinding Constructors

Definition

Overloads

EntityTypeParameterBinding(IPropertyBase)

Creates a new EntityTypeParameterBinding instance for the given service type.

EntityTypeParameterBinding(IPropertyBase[])

Creates a new EntityTypeParameterBinding instance for the given service type.

EntityTypeParameterBinding(IPropertyBase)

Creates a new EntityTypeParameterBinding instance for the given service type.

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)

Parameters

serviceProperty
IPropertyBase

The associated IServiceProperty, or null.

Applies to

EntityTypeParameterBinding(IPropertyBase[])

Creates a new EntityTypeParameterBinding instance for the given service type.

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())

Parameters

serviceProperties
IPropertyBase[]

The associated IServiceProperty objects, or null.

Applies to