次の方法で共有


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

プロパティ。

戻り値

その値が見つかるインデックス。

適用対象