AWS SDK for .NET Documentation
Load<(Of <(<'T>)>)> Method (hashKey)
AmazonAmazon.DynamoDB.DataModelDynamoDBContextLoad<(Of <<'(T>)>>)(Object) Did this page help you?   Yes   No    Tell us about it...
Loads an object from DynamoDB for the given hash 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
)
Generic Template Parameters
T
Type to populate.
Parameters
hashKey (Object)
Hash 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)