MapTPocoPartitionKey Method (ExpressionFuncTPoco, Object) |
Specifies the properties/fields on the POCO whose column names are the partition key for the table.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Map<TPoco> PartitionKey(
params Expression<Func<TPoco, Object>>[] columns
)
Parameters
- columns
- Type: System.Linq.ExpressionsExpressionFuncTPoco, Object
Return Value
Type:
MapTPocoSee Also