IPropertyMapper.MapProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.