AWS SDK for .NET Documentation
AddKey Method (hashKey, rangeKey)
AmazonAmazon.DynamoDB.DataModelBatchGetAddKey(Object, Object) Did this page help you?   Yes   No    Tell us about it...
Add a single item to get, identified by its hash-and-range primary key.
Declaration Syntax
C#
public void AddKey(
	Object hashKey,
	Object rangeKey
)
Parameters
hashKey (Object)
Hash key of the item to get
rangeKey (Object)
Range key of the item to get

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)