PrimaryKeyAttribute Constructor  | 
 
            Specify the primary key column names (in order) for the table.
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic PrimaryKeyAttribute(
	params string[] columnNames
)
Parameters
- columnNames
 - Type: SystemString
The column names for the table's primary key. 
See Also