Click or drag to resize
MapTPocoClusteringKey Method (ExpressionFuncTPoco, Object, SortOrder)
Specifies a Clustering key with its clustering order

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Map<TPoco> ClusteringKey(
	Expression<Func<TPoco, Object>> column,
	SortOrder order
)

Parameters

column
Type: System.Linq.ExpressionsExpressionFuncTPoco, Object
Expression to select the property or the field
order
Type: Cassandra.MappingSortOrder
Clustering order

Return Value

Type: MapTPoco
See Also