Click or drag to resize

MapTPocoClusteringKey Method

Overload List
  NameDescription
Public methodClusteringKey(ExpressionFuncTPoco, 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(TupleString, SortOrder)
Specifies the Clustering keys with the corresponding clustering order
Public methodClusteringKey(ExpressionFuncTPoco, Object, SortOrder)
Specifies a Clustering key with its clustering order
Top
See Also