ParameterBindingInfo 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
携带有关参数绑定的信息。
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct ParameterBindingInfo
public readonly struct ParameterBindingInfo
[<System.Runtime.CompilerServices.IsReadOnly>]
type ParameterBindingInfo = struct
type ParameterBindingInfo = struct
Public Structure ParameterBindingInfo
- 继承
-
ParameterBindingInfo
- 属性
注解
有关详细信息和示例 ,请参阅具有构造函数的实体类型 。
构造函数
属性
EntityType |
此绑定的实体类型。 |
InstanceName |
要具体化的实例的名称。 |
MaterializationContextExpression |
参数值将来自的表达式树。 |
QueryTrackingBehavior |
查询跟踪行为;如果此具体化不是来自查询, |
ServiceInstances |
包含服务属性的初始化实例的表达式。 |
StructuralType |
此绑定的实体或复杂类型。 |
方法
GetValueBufferIndex(IPropertyBase) |
获取可在其中找到属性值的 中的 ValueBuffer 索引。 |