MapTPocoClusteringKey Method (ExpressionFuncTPoco, Object, SortOrder) |
Specifies a Clustering key with its clustering order
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax 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:
MapTPocoSee Also