AWS SDK for .NET Documentation
Load<(Of <(<'T>)>)> Method (hashKey, rangeKey)
AmazonAmazon.DynamoDB.DataModelDynamoDBContextLoad<(Of <<'(T>)>>)(Object, Object) Did this page help you?   Yes   No    Tell us about it...
Loads an object from DynamoDB for the given hash-and-range primary key. Uses DynamoDBContextConfig configured on the context. Type must be marked up with DynamoDBTableAttribute and at least one public field/property with DynamoDBHashKeyAttribute.
Declaration Syntax
C#
public T Load<T>(
	Object hashKey,
	Object rangeKey
)
Generic Template Parameters
T
Type to populate.
Parameters
hashKey (Object)
Hash key element of the target item.
rangeKey (Object)
Range key element of the target item.
Return Value
Object of type T, populated with properties of item loaded from DynamoDB.

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