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