| MapTPocoPartitionKey Method (ExpressionFuncTPoco, Object) | 
            Specifies the properties/fields on the POCO whose column names are the partition key for the table.
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic Map<TPoco> PartitionKey(
	params Expression<Func<TPoco, Object>>[] columns
)
Parameters
- columns
 - Type: System.Linq.ExpressionsExpressionFuncTPoco, Object
 
Return Value
Type: 
MapTPoco
See Also