This is a migrated thread and some comments may be shown as answers.

The meaning of the "current" attribute of the "mappings" element

1 Answer 33 Views
Design Time (Visual Designer & Tools)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tomasz M.Lipiński
Top achievements
Rank 1
Tomasz M.Lipiński asked on 29 Oct 2010, 01:14 PM
Hi,

What is the meaning of the "current" attribute of the "mappings" element? Let's suppose that my application uses two databases:
<connections>
  <connection id="conn1">
.....
    <backendconfigurationname>backconf1</backendconfigurationname>
  </connection>
  <connection id="conn2">
.....
    <backendconfigurationname>backconf2</backendconfigurationname>
  </connection>
</connections>
<backendconfigurations>
  <backendconfiguration id="backconf1" backend="mssql">
    <mappingname>baseMapping1</mappingname>
  </backendconfiguration>
  <backendconfiguration id="backconf2" backend="mssql">
    <mappingname>baseMapping2</mappingname>
  </backendconfiguration>
</backendconfigurations>
<mappings current="baseMapping1">
  <mapping id="baseMapping1">
.....
  </mapping>
  <mapping id="baseMapping2">
.....
  </mapping>
</mappings>
It seems to me that in the runtime it means nothing, doesn't it?

Regards
Tomasz

1 Answer, 1 is accepted

Sort by
0
Accepted
Jan Blessenohl
Telerik team
answered on 29 Oct 2010, 02:01 PM
Hello Tomasz M.LipiƄski,
This is for the designer, which mapping should be used inside the forward mapping.

Kind regards,
Jan Blessenohl
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Design Time (Visual Designer & Tools)
Asked by
Tomasz M.Lipiński
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Share this question
or