次の方法で共有


ContextParameterBinding コンストラクター

定義

オーバーロード

ContextParameterBinding(Type, IPropertyBase)

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

ContextParameterBinding(Type, IPropertyBase[])

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

ContextParameterBinding(Type, IPropertyBase)

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

public ContextParameterBinding (Type contextType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, Optional serviceProperty As IPropertyBase = Nothing)

パラメーター

contextType
Type

DbContext CLR 型。

serviceProperty
IPropertyBase

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

適用対象

ContextParameterBinding(Type, IPropertyBase[])

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

public ContextParameterBinding (Type contextType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ContextParameterBinding
Public Sub New (contextType As Type, ParamArray serviceProperties As IPropertyBase())

パラメーター

contextType
Type

DbContext CLR 型。

serviceProperties
IPropertyBase[]

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

適用対象