EntityTypeParameterBinding Oluşturucular

Tanım

Aşırı Yüklemeler

EntityTypeParameterBinding(IPropertyBase)

EntityTypeParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur.

EntityTypeParameterBinding(IPropertyBase[])

EntityTypeParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur.

EntityTypeParameterBinding(IPropertyBase)

EntityTypeParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur.

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)

Parametreler

serviceProperty
IPropertyBase

İlişkili IServiceProperty veya null.

Şunlara uygulanır

EntityTypeParameterBinding(IPropertyBase[])

EntityTypeParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur.

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

Parametreler

serviceProperties
IPropertyBase[]

İlişkili IServiceProperty nesneler veya null .

Şunlara uygulanır