Click or drag to resize

MapTPocoClusteringKey Method (ExpressionFuncTPoco, Object)

Specifies a Clustering key with unspecified order

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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: MapTPoco
See Also