TransformExpressionDataToEntityMapping 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<TransformExpressionData, TransformExpression>> ToEntityMapping()
Public Shared Function ToEntityMapping As ReadOnlyDictionary(Of String, Action(Of TransformExpressionData, TransformExpression))
public:
static ReadOnlyDictionary<String^, Action<TransformExpressionData^, TransformExpression^>^>^ ToEntityMapping()
static member ToEntityMapping : unit -> ReadOnlyDictionary<string, Action<TransformExpressionData, TransformExpression>>
Return Value
Type:
ReadOnlyDictionaryString,
ActionTransformExpressionData,
TransformExpressionThe mapping rules.
See Also