ConstructorBinding クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ型の CLR ConstructorInfo へのパラメーターのバインドを定義します。
public class ConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
type ConstructorBinding = class
inherit InstantiationBinding
Public Class ConstructorBinding
Inherits InstantiationBinding
- 継承
注釈
詳細と例については、「 コンストラクターを含むエンティティ型 」を参照してください。
コンストラクター
ConstructorBinding(ConstructorInfo, IReadOnlyList<ParameterBinding>) |
新しい ConstructorBinding のインスタンスを作成します。 |
プロパティ
Constructor |
バインドされた ConstructorInfo。 |
ParameterBindings |
使用されるインスタンスの ParameterBinding コレクション。 (継承元 InstantiationBinding) |
RuntimeType |
このバインディング用に作成された式ツリーから作成される型。 |
メソッド
CreateConstructorExpression(ParameterBindingInfo) |
指定したコンストラクターを NewExpression 使用してエンティティ インスタンスを作成することを表す を作成します。 |
With(IReadOnlyList<ParameterBinding>) |
指定されたパラメーター バインドを含むコピーを作成します。 |
With(IReadOnlyList<ParameterBinding>) |
指定されたパラメーター バインドを含むコピーを作成します。 (継承元 InstantiationBinding) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework