AWS SDK for .NET Documentation
Load<(Of <(<'T>)>)> Method (hashKey, rangeKey, operationConfig)
AmazonAmazon.DynamoDB.DataModelDynamoDBContextLoad<(Of <<'(T>)>>)(Object, Object, DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Loads an object from DynamoDB for the given hash-and-range primary key and using the given config. Passed-in config overrides DynamoDBContextConfig 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,
	DynamoDBOperationConfig operationConfig
)
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.
operationConfig (DynamoDBOperationConfig)
Overriding configuration.
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)