MapTPocoClusteringKey Method (TupleString, SortOrder) | 
 
            Specifies the Clustering keys with the corresponding clustering order
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic Map<TPoco> ClusteringKey(
	params Tuple<string, SortOrder>[] columnNames
)
Parameters
- columnNames
 - Type: SystemTupleString, SortOrder
 
Return Value
Type: 
MapTPoco
See Also