Click or drag to resize

Map<TPoco>.ClusteringKey Method

Overload List
  NameDescription
Public methodClusteringKey(Expression<Func<TPoco, Object>>)
Specifies a Clustering key with unspecified order
Public methodClusteringKey(String[])
Specifies the clustering key column names for the table using the order provided.
Public methodClusteringKey(Tuple<String, SortOrder>[])
Specifies the Clustering keys with the corresponding clustering order
Public methodClusteringKey(Expression<Func<TPoco, Object>>, SortOrder)
Specifies a Clustering key with its clustering order
Top
See Also