ParameterBindingInfo.GetValueBufferIndex(IPropertyBase) 方法

定义

获取可在其中找到属性值的 的索引 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

属性。

返回

可在其中找到其值的索引。

适用于