次の方法で共有


ParameterBinding(Type, IPropertyBase[]) コンストラクター

定義

新しい ParameterBinding のインスタンスを作成します。

protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? consumedProperties);
new Microsoft.EntityFrameworkCore.Metadata.ParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Protected Sub New (parameterType As Type, ParamArray consumedProperties As IPropertyBase())

パラメーター

parameterType
Type

パラメーター CLR 型。

consumedProperties
IPropertyBase[]

このバインディングによって処理されるプロパティは、他の方法で設定する必要はありません。

適用対象