Map<TPoco>.PartitionKey Method (Expression<Func<TPoco, 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.6.0
Syntax public Map<TPoco> PartitionKey(
params Expression<Func<TPoco, Object>>[] columns
)
Parameters
- columns
- Type:System.Linq.Expressions.Expression<Func<TPoco, Object>>[]
Return Value
Type:
Map<TPoco>See Also