共用方式為


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

屬性。

傳回

可找到其值的索引。

適用於