Tagged Questions
The multiplicity tag has no wiki summary.
4
votes
3answers
559 views
What is the importance of association multiplicity in class diagrams?
What is the importance of association multiplicity in class diagrams?
Why and when should we indicate them?
Thanks.
1
vote
2answers
306 views
How do I model a multiplicity of 2 in EF
I have two situations where I would want something like this. In my model, I have a Message which concerns either one or two Persons. Furthermore, the message has an association with two Addresses, ...
1
vote
1answer
661 views
Entity Framework - Change Relationship Multiplicity
I have a table [User] and another table [Salesperson] in my database. [Salesperson] defines a unique UserID which maps to [User].UserID with a foreign key. When I generate the model with Entity ...
1
vote
2answers
877 views
How does the Entity Framework tell whether a multiplicity of “one” or “zero or one” should be used on a relationship?
I'm programmatically creating an edmx file as part of our code generation process and I'd like to know how the designer decides to use "1" or "0..1" for a relationship when you "Update model from ...
0
votes
0answers
206 views
using crow's feet notation in data modelling in enterprise architect
I am only able to use connectors in enterprise architect with traditional 0..* style multiplicity rather than crow's feet connectors. I've tried using different drawing styles and still cannot work ...
0
votes
0answers
141 views
Query generation issue
first of all great job ADO team. The enum support is great.
But in my current project I have some troubles with a generated query in a specific case.
My datamodel look like that (in real its a ...
0
votes
1answer
111 views
UML multiplicity difference
What is the difference between multiplicity * and 0..*?
For example two versions (A and B) of the same relationship:
What will be more correct for statement Web-service is used by any number of ...
0
votes
1answer
146 views
Entity Framework 4 - Designing DB To Enforce Multiplicity of 1 to 1
I have encountered a scenario in my application where I would like to have a 1:1 multiplicity between entities but I dont know how to modify my database to ensure this.
Lets say I have a Document ...