Map<TPoco>.ClusteringKey Method |
Name | Description | |
---|---|---|
ClusteringKey(Expression<Func<TPoco, Object>>) |
Specifies a Clustering key with unspecified order
| |
ClusteringKey(String[]) |
Specifies the clustering key column names for the table using the order provided.
| |
ClusteringKey(Tuple<String, SortOrder>[]) |
Specifies the Clustering keys with the corresponding clustering order
| |
ClusteringKey(Expression<Func<TPoco, Object>>, SortOrder) |
Specifies a Clustering key with its clustering order
|