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

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Map<TPoco> PartitionKey(
	params string[] columnNames
)

Parameters

columnNames
Type: SystemString

Return Value

Type: MapTPoco
See Also