次の方法で共有


EntityTypeParameterBinding コンストラクター

定義

オーバーロード

EntityTypeParameterBinding(IPropertyBase)

指定されたサービスの種類の新しい EntityTypeParameterBinding インスタンスを作成します。

EntityTypeParameterBinding(IPropertyBase[])

指定されたサービスの種類の新しい EntityTypeParameterBinding インスタンスを作成します。

EntityTypeParameterBinding(IPropertyBase)

指定されたサービスの種類の新しい EntityTypeParameterBinding インスタンスを作成します。

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)

パラメーター

serviceProperty
IPropertyBase

関連付けられた IServiceProperty、または null。

適用対象

EntityTypeParameterBinding(IPropertyBase[])

指定されたサービスの種類の新しい EntityTypeParameterBinding インスタンスを作成します。

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

パラメーター

serviceProperties
IPropertyBase[]

関連付けられた IServiceProperty オブジェクト(または null)。

適用対象