|
ModelBuilderFEupdateModelFromFEModel Method
|
update the model with data from the fe-model. Both models may be out of sync
after mappings were performed on the fe-model.
Has to be called before displaying the model or retrieving results.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void updateModelFromFEModel()
Public Sub updateModelFromFEModel
public:
void updateModelFromFEModel()
member updateModelFromFEModel : unit -> unit
See Also