다음을 통해 공유


IPropertyMapper.MapProperty(String) 메서드

정의

인스턴스를 인스턴스에 프로젝팅할 때와 같이 의 이름과 IEdmPropertyIEdmStructuredType 다른 컨텍스트에서 사용해야 하는 이름 사이의 매핑을 ISelectExpandWrapper 정의합니다. IDictionary<TKey,TValue>

public string MapProperty (string propertyName);
abstract member MapProperty : string -> string
Public Function MapProperty (propertyName As String) As String

매개 변수

propertyName
String

이 인스턴스가 나타내는 의 IEdmStructuredType 속성 이름입니다 ISelectExpandWrapper.

반환

인스턴스에서 ToDictionary를 호출한 결과 에서 IDictionary<TKey,TValue> 이 속성의 키로 사용할 값입니다 ISelectExpandWrapper .

적용 대상