CosmosPropertyExtensions.GetPropertyName(IProperty) メソッド

定義

Cosmos を対象とする場合に使用されるプロパティ名を返します。

public static string GetPropertyName (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetPropertyName : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetPropertyName (property As IProperty) As String

パラメーター

property
IProperty

プロパティ。

戻り値

Cosmos をターゲットにするときに使用されるプロパティ名。

適用対象