The primary key that uniquely identifies each item in a table. A primary key can be a one attribute (hash) primary key or a two attribute
            (hash-and-range) primary key.
             
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Key Key { get; set; }