Click or drag to resize
MapTPocoPartitionKey Method (String)
Specifies the partition key column names for the table using the order provided.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Map<TPoco> PartitionKey(
	params string[] columnNames
)

Parameters

columnNames
Type: SystemString

Return Value

Type: MapTPoco
See Also