ProviderExpressionDataToEntityMapping Method |
Get the mapping rules from the data contract to the entity.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static ReadOnlyDictionary<string, Action<ProviderExpressionData, ProviderExpression>> ToEntityMapping()
Public Shared Function ToEntityMapping As ReadOnlyDictionary(Of String, Action(Of ProviderExpressionData, ProviderExpression))
public:
static ReadOnlyDictionary<String^, Action<ProviderExpressionData^, ProviderExpression^>^>^ ToEntityMapping()
static member ToEntityMapping : unit -> ReadOnlyDictionary<string, Action<ProviderExpressionData, ProviderExpression>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionProviderExpressionData,
ProviderExpressionThe mapping rules.
See Also