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) |