Skip to content

Commit 08c4aab

Browse files
committed
Update Cardinality.cs
1 parent 9665540 commit 08c4aab

File tree

1 file changed

+2
-6
lines changed
  • DataWarehouseAutomation/DataWarehouseAutomation/DwaModel

1 file changed

+2
-6
lines changed

DataWarehouseAutomation/DataWarehouseAutomation/DwaModel/Cardinality.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
using System.Buffers.Text;
2-
using System.Collections.Generic;
3-
using System.Xml.Linq;
4-
5-
namespace DataWarehouseAutomation.DwaModel;
1+
namespace DataWarehouseAutomation.DwaModel;
62

73
/// <summary>
84
/// This object captures the cardinality and ordinality of a relationship.
95
/// Cardinality refers to the uniqueness of data values contained in a column (attribute) of a database table.
106
/// It defines the number of occurrences of one entity that are associated with the number of occurrences of another entity through a relationship.
117
/// </summary>
12-
public class Cardinality : IMetadata
8+
public class Cardinality
139
{
1410
/// <summary>
1511
/// Optional identifier as a string value to allow various identifier approaches.

0 commit comments

Comments
 (0)