Executes a Query operation against DynamoDB, finding items
that match the specified hash primary key.

C# |
public IEnumerable<T> Query<T>( Object hashKeyValue )

- T
- Type of object.

- hashKeyValue (Object)
- Hash key of the items to query.

Lazy-loaded collection of results.