Jaa


IPropertyMapper.MapProperty(String) Method

Definition

Defines a mapping between the name of an IEdmProperty of an IEdmStructuredType and the name that should be used in other contexts, for example, when projecting an instance of an ISelectExpandWrapper into an instance of an IDictionary<TKey,TValue>

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

Parameters

propertyName
String

The name of the property in the IEdmStructuredType represented by this instance of ISelectExpandWrapper.

Returns

The value that will be used as the key for this property in the IDictionary<TKey,TValue> resulting from calling ToDictionary on an ISelectExpandWrapper instance.

Applies to