| PartitionKeyAttribute Constructor  | 
            Specify the primary key column names (in order) for the table.
            
 
Namespace: Dse.Mapping.AttributesAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic PartitionKeyAttribute(
	int index = 0
)
Parameters
- index (Optional)
 - Type: SystemInt32
The index of the key, relative to the other partition keys. 
See Also