File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
DataWarehouseAutomation/DataWarehouseAutomation/DwaModel Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- using System . Buffers . Text ;
2
- using System . Collections . Generic ;
3
- using System . Xml . Linq ;
4
-
5
- namespace DataWarehouseAutomation . DwaModel ;
1
+ namespace DataWarehouseAutomation . DwaModel ;
6
2
7
3
/// <summary>
8
4
/// This object captures the cardinality and ordinality of a relationship.
9
5
/// Cardinality refers to the uniqueness of data values contained in a column (attribute) of a database table.
10
6
/// It defines the number of occurrences of one entity that are associated with the number of occurrences of another entity through a relationship.
11
7
/// </summary>
12
- public class Cardinality : IMetadata
8
+ public class Cardinality
13
9
{
14
10
/// <summary>
15
11
/// Optional identifier as a string value to allow various identifier approaches.
You can’t perform that action at this time.
0 commit comments