次の方法で共有


PropertyParameterBinding クラス

定義

コンストラクター、ファクトリ メソッドなどの パラメーターへの バインド IProperty について説明します。

public class PropertyParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
type PropertyParameterBinding = class
    inherit ParameterBinding
Public Class PropertyParameterBinding
Inherits ParameterBinding
継承
PropertyParameterBinding

注釈

詳細と例については、「 コンストラクターを含むエンティティ型 」を参照してください。

コンストラクター

PropertyParameterBinding(IProperty)

指定IPropertyした の新しいPropertyParameterBindingインスタンスを作成します。

プロパティ

ConsumedProperties

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

(継承元 ParameterBinding)
ParameterType

パラメーター CLR 型。

(継承元 ParameterBinding)

メソッド

BindToParameter(ParameterBindingInfo)

マテリアライズ式からコンストラクター、ファクトリ メソッドなどのパラメーターへのプロパティの値のバインドを表す式ツリーを作成します。

With(IPropertyBase[])

使用される特定のプロパティを含むコピーを作成します。

With(IPropertyBase[])

使用される特定のプロパティを含むコピーを作成します。

(継承元 ParameterBinding)

適用対象