PropertyBaseExtensions.GetFieldName(IPropertyBase) メソッド

定義

このプロパティのバッキング フィールドの名前を取得します。バ null ッキング フィールドが不明な場合は を取得します。

public static string GetFieldName (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetFieldName : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> string
<Extension()>
Public Function GetFieldName (propertyBase As IPropertyBase) As String

パラメーター

propertyBase
IPropertyBase

バッキング フィールドが返されるプロパティ。

戻り値

バッキング フィールドの名前。または null

適用対象