MapTPocoPartitionKey Method (String) |
Specifies the partition key column names for the table using the order provided.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public Map<TPoco> PartitionKey(
params string[] columnNames
)
Parameters
- columnNames
- Type: SystemString
Return Value
Type:
MapTPocoSee Also