MapTPocoClusteringKey Method (ExpressionFuncTPoco, Object) |
Specifies a Clustering key with unspecified order
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public Map<TPoco> ClusteringKey(
Expression<Func<TPoco, Object>> column
)
Parameters
- column
- Type: System.Linq.ExpressionsExpressionFuncTPoco, Object
Expression to select the property or the field
Return Value
Type:
MapTPocoSee Also