PropertyBaseExtensions.GetIndex(IPropertyBase) メソッド

定義

このプロパティのプロパティ インデックスを取得します。

public static int GetIndex (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member GetIndex : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> int
<Extension()>
Public Function GetIndex (property As IPropertyBase) As Integer

パラメーター

property
IPropertyBase

プロパティ インデックスが返されるプロパティ。

戻り値

プロパティのインデックスです。

適用対象