KeyExtensions.GetKeyType(IKey) メソッド

定義

単純キーのキー プロパティの型、または複合キーのオブジェクト配列を返します。

public static Type GetKeyType (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member GetKeyType : Microsoft.EntityFrameworkCore.Metadata.IKey -> Type
<Extension()>
Public Function GetKeyType (key As IKey) As Type

パラメーター

key
IKey

キー メタデータ。

戻り値

キーの型。

適用対象