MapTPocoClusteringKey Method (String) | 
 
            Specifies the clustering key column names for the table using the order provided.
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic Map<TPoco> ClusteringKey(
	params string[] columnNames
)
Parameters
- columnNames
 - Type: SystemString
 
Return Value
Type: 
MapTPoco
See Also