ConstructorBinding クラス

定義

エンティティ型の CLR ConstructorInfo へのパラメーターのバインドを定義します。

public class ConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
type ConstructorBinding = class
    inherit InstantiationBinding
Public Class ConstructorBinding
Inherits InstantiationBinding
継承
ConstructorBinding

注釈

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

コンストラクター

ConstructorBinding(ConstructorInfo, IReadOnlyList<ParameterBinding>)

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

プロパティ

Constructor

バインドされた ConstructorInfo

ParameterBindings

使用されるインスタンスの ParameterBinding コレクション。

(継承元 InstantiationBinding)
RuntimeType

このバインディング用に作成された式ツリーから作成される型。

メソッド

CreateConstructorExpression(ParameterBindingInfo)

指定したコンストラクターを NewExpression 使用してエンティティ インスタンスを作成することを表す を作成します。

With(IReadOnlyList<ParameterBinding>)

指定されたパラメーター バインドを含むコピーを作成します。

With(IReadOnlyList<ParameterBinding>)

指定されたパラメーター バインドを含むコピーを作成します。

(継承元 InstantiationBinding)

適用対象