ParameterBindingInfo.GetValueBufferIndex(IPropertyBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可在其中找到属性值的 的索引 ValueBuffer 。
public int GetValueBufferIndex (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
member this.GetValueBufferIndex : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> int
Public Function GetValueBufferIndex (property As IPropertyBase) As Integer
参数
- property
- IPropertyBase
属性。
返回
可在其中找到其值的索引。