다음을 통해 공유


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입니다.

적용 대상