| MapTPocoClusteringKey Method (ExpressionFuncTPoco, Object, SortOrder) | 
            Specifies a Clustering key with its clustering order
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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: Dse.MappingSortOrder
Clustering order 
Return Value
Type: 
MapTPoco
See Also